Gin框架学习 Apr 30, 2023 Lishengxie 概述 Gin框架地址:https://github.com/gin-gonic/gin 参考文档: https://www.kancloud.cn/shuangdeyu/gin_book https://github.com/piexlmax/1010class Gin服务入门 package …
Go Gin Chat Apr 30, 2023 Lishengxie 项目地址:https://github.com/hezhizheng/go-gin-chat Gin框架学习 参考笔记 Websocket学习 Websocket连接是升级的HTTP连接,在连接被客户端或服务器终止之前一直存在,基于Websocket可以实现客户端和服务端之间的双工通信,而不需要对 …