494 results for “topic:epoll”
🚀 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.
30天自制C++服务器,包含教程和源代码
High Performance TCP/UDP/HTTP Communication Component
🔥简洁易用的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
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 ☎️
Cross platform network library with C++11
High-performance, minimalist async-io (proactor) networking for Golang.
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
Yet another fast and efficient HTTP server
The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI.
单线程用户态TCP/IP协议栈,epoll实现,包含服务器案例,并发测试案例
A C++ Lightweight Web Server based on Linux epoll
🌎 High Performance HTTP WebServer
Yet another Facebook clone written in C
Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
Async I/O framework for Zig
simple http server base on epoll
Proactive IO & Runtime system
An asynchronous runtime for writing applications and services. Supports io_uring, epoll, kqueue, and poll for I/O.
ZServer4D 是一套从商业项目剥离而出的云服务器中间件,可以承载百万级的分布式负载服务,并且支持IoT及内网穿透
Lightweight event loop library for Linux epoll() family APIs
goev is a lightweight, concise i/o event demultiplexer implementation in Go
一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。
Vino is a lightweight and efficient web server.