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

https://github.com/donnol/server_push

使用golang实现的短轮询,长轮询和websocket示例
https://github.com/donnol/server_push

Last synced: 8 months ago
JSON representation

使用golang实现的短轮询,长轮询和websocket示例

Awesome Lists containing this project

README

          

# server_push
使用golang实现的短轮询,长轮询和websocket示例

使用:
短轮询 -- cd ajax_poll | go run main.go
长轮询 -- cd long_poll | go run main.go
websocket -- cd websocket | go run main.go