Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 394 Bytes

Web IM

中文文档

This sample is about using long polling and WebSocket to build a web-based chat room based on beego.

Installation

cd $GOPATH/src/samples/WebIm
go get github.com/gorilla/websocket
go get github.com/beego/i18n
bee run

Usage

enter chat room from

http://127.0.0.1:8080