This sample is about using long polling and WebSocket to build a web-based chat room based on beego.
cd $GOPATH/src/samples/WebIm
go get github.com/gorilla/websocket
go get github.com/beego/i18n
bee run
enter chat room from
http://127.0.0.1:8080
This sample is about using long polling and WebSocket to build a web-based chat room based on beego.
cd $GOPATH/src/samples/WebIm
go get github.com/gorilla/websocket
go get github.com/beego/i18n
bee run
enter chat room from
http://127.0.0.1:8080