package
0.0.0-20180420090448-1c696ee4905b
Repository: https://github.com/beego/samples.git
Documentation: pkg.go.dev

# README

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 

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author