An open API service indexing awesome lists of open source software.

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 进行工作。

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)