epoll topic

List epoll repositories

facebooc

556
Stars
341
Forks
Watchers

Yet another Facebook clone written in C

pike

116
Stars
8
Forks
Watchers

Async I/O for Zig

hh

24
Stars
4
Forks
Watchers

HTTP/2 server written in C.

gnet

9.1k
Stars
1.0k
Forks
162
Watchers

🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。

inSecure-SHell

29
Stars
8
Forks
Watchers

A telnet like client/server application using pseudo-terminals (pty) that runs a Bash shell session on the remote server. [fork,forkpty,select,epoll,ipv6 code]

30dayMakeCppServer

5.0k
Stars
663
Forks
22
Watchers

30天自制C++服务器,包含教程和源代码

pine

140
Stars
27
Forks
Watchers

A C++ network library for study.

zaver

847
Stars
238
Forks
Watchers

Yet another fast and efficient HTTP server

netman

154
Stars
18
Forks
Watchers

高性能轻量级TCP、UDP框架、支持TLS、路由、中间件、WebSocket、事件循环(epoll),百万连接(C1000K)

envelop.c

82
Stars
47
Forks
Watchers

:ocean: Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.