gin websocket 一对一聊天-CSDN博客

网站介绍:文章浏览阅读3.1k次,点赞5次,收藏11次。依赖包github.com/gin-gonic/gingithub.com/gorilla/websocket代码创建ws/ws.gopackage wsimport ( "encoding/json" "github.com/gin-gonic/gin" "github.com/gorilla/websocket" "log" "net/http")// ClientManager is a websocket managertype ClientManager stru_gin websocket