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

Possible to do a reverse proxy example? #47

Closed gitmko0 closed 3 years ago

gitmko0 commented 4 years ago

great software,

Possible to do a reverse proxy example?

gitmko0 commented 4 years ago

possible to make it faster than this? https://github.com/panjf2000/gnet ? just curious

Allenxuxu commented 4 years ago

great software,

Possible to do a reverse proxy example?

I don't have time recently. You can try to do it.

Allenxuxu commented 4 years ago

possible to make it faster than this? https://github.com/panjf2000/gnet ? just curious

We have a similar implementation, I think the performance is close, but gev is simpler and purer. You can test it yourself.