High performance minimalism async-io(proactor) networking for Golang.
Package netpoll implements a network poller based on epoll/kqueue.
netpoll事件驱动,goroutine协程池化,降低无效协程的资源占用,适用于高连接数(对于低频数据传输的场景,可以大幅降低协程数,提升资源利用率)
Package rpc implements a remote procedure call over TCP, UNIX, HTTP and WS. Up to 4x faster than net/rpc.
Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.
Package netpoll implements a network poller based on epoll/kqueue.