epoll topic

List epoll repositories

socket.core

229
Stars
95
Forks
Watchers

This is a socket framework based on C # net standard2.0 write, can be used for .NET Framework / dotnet core assembly, can run in window (IOCP) / linux (epoll) .Use asynchronous connection, asynchronou...

pi_pi_net

143
Stars
7
Forks
Watchers

pi-pi-net 是一个在linux环境下封装epoll的网络库,可以基于此库非常方便的实现Reactor网络模型,或者web,rpc,websocket等网络框架的基础框架

sol

108
Stars
12
Forks
Watchers

Lightweight MQTT broker, written from scratch. IO is handled by a super simple event loop based upon the most common IO multiplexing implementations.

epoller

78
Stars
26
Forks
Watchers

epoll implementation for connections in Linux, MacOS and Windows

WebServer

71
Stars
9
Forks
Watchers

C++高性能网络服务器

silly

68
Stars
15
Forks
Watchers

A lightweight server framework based on Lua

WebServer

60
Stars
10
Forks
Watchers

High-performance multi-threaded tcp network server in c++11

Webserver

128
Stars
35
Forks
Watchers

A WebServer write by C++

redhub

79
Stars
14
Forks
Watchers

High-performance Redis-Server multi-threaded framework, based on rawepoll model.

sehttpd

84
Stars
74
Forks
Watchers

A small and efficient web server with 1K lines of C code