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

建议加入UDP协议 #134

Open netyuchangfa opened 1 year ago

netyuchangfa commented 1 year ago

建议加入UDP协议

netyuchangfa commented 1 year ago

底层的EVIO和GNET都已经支持UDP了,在GEV里增加 支持UDP协议也是应该有的。