Skip to content
/ im Public

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

License

Notifications You must be signed in to change notification settings

vczs/im

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages