chatroom is about using WebSocket to build a web-based chat room based on beego.
cd $GOPATH/src/chatroom
go get github.com/astaxie/beego
go get github.com/One2r/ahocorasick
go get github.com/dgrijalva/jwt-go
go get github.com/garyburd/redigo/redis
go get github.com/gorilla/websocket
bee run