Repository navigation
epoll
- Website
- Wikipedia
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
A C++ High Performance Web Server
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
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.
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
🚀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.
Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
Yet another fast and efficient HTTP server
High performance minimalism async-io(proactor) networking for Golang.
The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI.
A C++ Lightweight Web Server based on Linux epoll
Yet another Facebook clone written in C