epoll
There are 413 repositories under epoll topic.
panjf2000/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
linyacool/WebServer
A C++ High Performance Web Server
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
yuesong-feng/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
ldcsaa/HP-Socket
High Performance TCP/UDP/HTTP Communication Component
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
mitchellh/libxev
libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
ZLMediaKit/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
smallnest/1m-go-tcp-server
benchmarks for implementation of servers which support 1 million connections
Allenxuxu/gev
🚀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.
unum-cloud/ucall
Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
caozhiyi/CppNet
Cross platform network library with C++11
zyearn/zaver
Yet another fast and efficient HTTP server
aceld/libevent
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
xtaci/gaio
High performance minimalism async-io(proactor) networking for Golang.
iqiyi/libfiber
The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI
wangbojing/NtyTcp
单线程用户态TCP/IP协议栈,epoll实现,包含服务器案例,并发测试案例
linw7/TKeed
🌎 High Performance HTTP WebServer
imarvinle/WebServer
A C++ Lightweight Web Server based on Linux epoll
jserv/facebooc
Yet another Facebook clone written in C
fengyoulin/ef
Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
hongliuliao/ehttp
simple http server base on epoll
vertexclique/nuclei
Proactive IO & Runtime system
PassByYou888/ZServer4D
ZServer4D 是一套从商业项目剥离而出的云服务器中间件,可以承载百万级的分布式负载服务,并且支持IoT及内网穿透
troglobit/libuev
Lightweight event loop library for Linux epoll() family APIs
wlgq2/eomaia
一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。
shaovie/goev
goev is a lightweight, concise i/o event demultiplexer implementation in Go
tinylcy/vino
Vino is a lightweight and efficient web server.
lhmouse/poseidon-archive
Poseidon Server Framework (refactor WIP)
hujianzhe/util
C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心
ikilobyte/netman
高性能轻量级TCP、UDP框架、支持TLS、路由、中间件、WebSocket、事件循环(epoll),百万连接(C1000K)
chendotjs/lotos
tiny but high-performance HTTP Server
cheng-zhongliang/event
Simple I/O event notification library wirtten in Golang
yuesong-feng/pine
A C++ network library for study.
cswen-scut/chatroom
基于C++和epoll实现的聊天室
pi-pi-miao/pi_pi_net
pi-pi-net 是一个在linux环境下封装epoll的网络库,可以基于此库非常方便的实现Reactor网络模型,或者web,rpc,websocket等网络框架的基础框架