Simple chat application written in Go
Based on: https://github.com/scotch-io/go-realtime-chat
make install
If you want to detach eg. (-d) then run the following:
export DETACH=1 (or whatever it is for your shell)
make clean
make build
make start
make stop
Listens on http://localhost:8080