Repository navigation

#

netpoll

High performance minimalism async-io(proactor) networking for Golang.

Go
778
4 个月前

Simple I/O event notification library wirtten in Golang

Go
120
4 个月前

Package netpoll implements a network poller based on epoll/kqueue.

Go
56
1 年前

netpoll事件驱动,goroutine协程池化,降低无效协程的资源占用,适用于高连接数(对于低频数据传输的场景,可以大幅降低协程数,提升资源利用率)

Go
29
6 年前

Package rpc implements a remote procedure call over TCP, UNIX, HTTP and WS. Up to 4x faster than net/rpc.

Go
8
2 年前

Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.

Go
4
2 年前

Package netpoll implements a network poller based on epoll/kqueue.

Go
4
4 年前

Package socket implements a network socket that supports TCP, UNIX, HTTP, WS and INPROC.

Go
3
2 年前

Package rum implements an HTTP server. The rum server is compatible with net/http and faster than net/http.

Go
2
2 年前