gnet - A high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go | gnet
Why gnet?Ultra-FastBuilt in Go, gnet is ultra-fast and memory efficient based on the event-driven mechanism. It's designed to create a networking server framework for Go that performs on par with Redis and Haproxy for networking packets handling.Lock-Freegnet is lock-free during the entire runtime, which keeps gnet free from synchronization issues and speeds it up.Concise & Easy-to-use APIsgnet provides concise and easy-to-use APIs for users, it only exposes the essential APIs and takes over mos...
Read more at gnet.host