/chat-go

This is the code for building a web chat application from the book Go Programming Blueprints

Primary LanguageGo

chat-go

Clone to your GOPATH and run go build -o chat then run ./chat to start chat server running on http://localhost:8080 only login via Github is supported at the moment