Repository navigation
epoll-tcp-server
- Website
- Wikipedia
🚀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.
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
go语言开发的轻量化物联网后台常用的socket server,包括连接管理,消息处理器,常用编码转换器等。
A high-performance web server based on the multiplexer actor mode, with an underlying implementation using the epoll model
Distributed high-availability asynchronous RPC framework based on epoll+protobuf
High-performance TCP proxy server powered via epoll() wrote in C
netgo is base on epoll syscall networking framework
simple EDSM-based server and client
Hybrid Network Server with MySQL Connection Pool in C++
A TCP Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).
EPOLL Simple TCP Server (idea reactor pattern), http static responce.
Mini HTTP server library from scratch with C++