Allenxuxu / gev

🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.72k stars 193 forks source link

请问一下该库能管理大量客户端连接么? #126

Closed ckcfcc closed 1 year ago

ckcfcc commented 2 years ago

大概看了下,好像主要是提供支持大量连接的server,有计划支持管理大量客户端连接嘛?连出去那种

Allenxuxu commented 2 years ago

https://github.com/Allenxuxu/gev/tree/connector 这个分支有热血网友写过一些尝试,但是感觉还不是很完善。