epoll topic
List
epoll repositories
facebooc
556
Stars
342
Forks
Watchers
Yet another Facebook clone written in C
gnet
9.2k
Stars
1.0k
Forks
162
Watchers
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure 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]
zaver
848
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
83
Stars
47
Forks
Watchers
:ocean: Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.