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.73k stars 194 forks source link

是否考虑在 websocket handler 中也加入简单的http处理 #57

Closed rfyiamcool closed 3 years ago

rfyiamcool commented 3 years ago

这边websocket和一些http api共用一个server,使用gev后面是否可以兼容这个问题。

Allenxuxu commented 3 years ago

不是很清楚你的需求,可以详细说说吗? 需要实现 HTTP 协议?

rfyiamcool commented 3 years ago

一个简单需求罢了。😅