Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/one2r/chatroom

chatroom is about using WebSocket to build a web-based chat room based on beego.
https://github.com/one2r/chatroom

golang websocket

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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