[WIP]
Batchat is a simple chat example of a go server with websocket features using gorilla.
Also a simple html/jquery interface is used to demonstrate the functionality on a web page.
$ git clone git@github.com:ffhenkes/batchat.git
$ go get github.com/gorilla/websocket
$ cd batchat && go build -o batchat && go install
$ batchat --addr="addr:PORT"
http://addr:port