Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 416 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 416 Bytes

im

mongoDB + gin + websocket 实现的一个即时通信系统

扩展

gin框架

go get -u github.com/gin-gonic/gin

websocket 通讯扩展

go get github.com/gorilla/websocket

mongoDB操作引擎 gin框架

go get go.mongodb.org/mongo-driver/mongo

jwt身份验证

go get -u github.com/golang-jwt/jwt/v4

uuid生成

go get github.com/satori/go.uuid