epoll-tcp-server
There are 39 repositories under epoll-tcp-server topic.
Allenxuxu/gev
🚀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.
PikaLabs/pink
A high performance network library
codepr/memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
sharlyndb/go-socket
go语言开发的轻量化物联网后台常用的socket server,包括连接管理,消息处理器,常用编码转换器等。
ffengc/Reactor-based-HyperWebServer
A high-performance web server based on the multiplexer actor mode, with an underlying implementation using the epoll model
cq-cdy/TalonRPC
Distributed high-availability asynchronous RPC framework based on epoll+protobuf
guzlewski/multiproxy
High-performance TCP proxy server powered via epoll() wrote in C
mistaker/fly
基于epoll实现的 golang socket 框架
pigogo/netgo
netgo is base on epoll syscall networking framework
pylover/meloop
Monadic event loop for C using epoll.
RealChuan/Cpp-Examples
分享一些代码
Tugbars/Threadpool-Epoll-Based-Server
Hybrid Network Server with MySQL Connection Pool in C++
dee0xeed/edsm-in-zig-demo-2
simple EDSM-based server and client
SuperbTUM/CPlusPlus_General_Management_System
A general full-stack secured server-client-based application with modern C++
xs233/MyServer
A simple epoll model
Xuyi-TongJi/goKVDataBase
a KV database implemented by Golang based on Redis
abdullahb53/epoll-fd-handle-connections
Golang epoll fd handle connections (sockets) with worker pool.
adamyi/epoll-chat
A TCP Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).
Civitasv/tcp_sevr
Simple http server in C++, using socket and epoll.
dturvene/networking
Linux TCP/IP Network Research
EasyIP2023/online-ping-pong
:sunglasses: Online Ping Pong Game :sunglasses:
jenyok-dev/epoll_simple_tcp
EPOLL Simple TCP Server (idea reactor pattern), http static responce.
jerryc05/xServer
A naive implementation of HTTP server from scratch.
TomaszWychocki/LTE-Sim
TCP/UDP client-server application to simulate LTE communication
a1383n/socket_example
A simple multi-threaded TCP socket server implemented in C with epoll for efficient I/O multiplexing, supporting concurrent client connections.
cflaviu/xcom-epoll
C++ epoll based client-server network library - work in progress
lauderdice/epoll-event-loop-tcp
Simple TCP server implementation based on epoll system call
super-chao1997/webserver-timer-log
webserver_c++
celeron633/MyReactor-libev
implemnt muduo with libev
codepr/roach
Micro timeseries DB
eborlee/ReactorNet
C++ Multi-Reactor Epoll Server
harunsasmaz/concurrent-servers
Different approaches of TCP servers to practice. Starting from simple sequential server and goes step by step to improve the performance.