simple http/websocket chat server
Go to file
Stephen McQuay 5536fe6a5e minor modification to readme 2015-06-17 20:55:40 -07:00
cmd chat log to stdout 2015-04-05 23:00:44 -07:00
static react to user inputs 2015-04-05 22:42:47 -07:00
.gitignore initial chat server working 2015-04-05 15:00:11 -07:00
chat.go initial chat server working 2015-04-05 15:00:11 -07:00
client.go improved time format (include seconds) 2015-04-05 22:42:22 -07:00
readme.md minor modification to readme 2015-06-17 20:55:40 -07:00
routes.go chat log to stdout 2015-04-05 23:00:44 -07:00
server.go chat log to stdout 2015-04-05 23:00:44 -07:00
static.go added generated static file 2015-04-05 23:00:47 -07:00
views.go initial chat server working 2015-04-05 15:00:11 -07:00

readme.md

chat

simple example of:

  • simple chat server over websockets (nothing novel here)
  • embedded static assets

installation

$ go get mcquay.me/chat/...
$ chatd