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: 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T03:14:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-22T04:26:22.603Z (over 1 year 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