Gev Versions Save

🚀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.

v0.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Allenxuxu/gev/compare/v0.4.0...v0.5.0

v0.3.0

2 years ago

v0.2.3

2 years ago
  • Compatible with websocket lower case of upgrade in header (#82)
  • Fix FD CLOSE (#81)
  • Fix websocket error(#88)

v0.2.2

3 years ago

v0.2.1

3 years ago
  • Support custom load balancing strategy
  • Fix data race

v0.2.0

3 years ago
  • Improve performance

v0.1.11

3 years ago
  • perfect websocket example
  • fix unix.Write error EAGAIN
  • add metrics

v0.1.10

3 years ago

v0.1.9

4 years ago
  • 更新依赖
  • 增加自动清理空闲连接功能
  • 更新文档