Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/one2r/chatroom
- Owner: One2r
- License: mit
- Created: 2017-06-08T06:46:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T03:14:35.000Z (over 7 years ago)
- Last Synced: 2024-06-20T15:51:30.827Z (5 months ago)
- Topics: golang, websocket
- Language: CSS
- Homepage:
- Size: 5.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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