https://github.com/buexplain/netsvr-business-go
这是一个可以快速开发websocket全双工通信业务的包,它基于https://github.com/buexplain/netsvr 进行工作。
https://github.com/buexplain/netsvr-business-go
golang netsvr websocket
Last synced: 3 months ago
JSON representation
这是一个可以快速开发websocket全双工通信业务的包,它基于https://github.com/buexplain/netsvr 进行工作。
- Host: GitHub
- URL: https://github.com/buexplain/netsvr-business-go
- Owner: buexplain
- License: apache-2.0
- Created: 2024-12-14T01:18:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T11:25:11.000Z (12 months ago)
- Last Synced: 2025-08-09T21:48:20.443Z (11 months ago)
- Topics: golang, netsvr, websocket
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netsvr-business-go
这是一个可以快速开发websocket全双工通信业务的包,它基于[https://github.com/buexplain/netsvr](https://github.com/buexplain/netsvr)
进行工作。
## 使用示例
请参考:[netsvr项目的business模块](https://github.com/buexplain/netsvr/blob/main/test/business/cmd/business.go)