https://github.com/jourmey/noodlenet
websocket通信
https://github.com/jourmey/noodlenet
golang protobuf websocket
Last synced: about 2 months ago
JSON representation
websocket通信
- Host: GitHub
- URL: https://github.com/jourmey/noodlenet
- Owner: Jourmey
- Created: 2020-07-14T13:33:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T13:50:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T13:20:09.395Z (over 1 year ago)
- Topics: golang, protobuf, websocket
- Language: JavaScript
- Homepage:
- Size: 5.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noodlenet
## websocket通信
写是狗屎 是毛线 是他娘的锤锤
## 说明
关于广播,大多的解决方案是使用go+for发送。而这里是利用close chan会通知给所有监听的特性处理,更好的利用go语言的特性。
## 更新
- 2020年7月18日 超时机制
- 2020年7月30日 使用proto
## 演示
#### 演示1
Echo服务器
#### 演示2
简单的聊天工具,示例图片如下:

