Skip to content
/ chatroom Public

chatroom is about using WebSocket to build a web-based chat room based on beego.

License

Notifications You must be signed in to change notification settings

One2r/chatroom

Repository files navigation

chatroom

chatroom is about using WebSocket to build a web-based chat room based on beego.

Installation

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

Usage