🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
A C++ High Performance Web Server
翻译 - C ++高性能Web服务器
🔥 比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...
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
benchmarks for implementation of servers which support 1 million connections
翻译 - 支持一百万个连接的服务器的实施基准
🚀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 ☎️
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
翻译 - 用于Linux / FreeBSD / MacOS / Windows的高性能协程库,支持select / poll / epoll / kqueue / iocp / windows GUI
A C++ Lightweight Web Server based on Linux epoll
Yet another Facebook clone written in C