GitHub topics: epoll-tcp-server
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.
Language: Go - Size: 571 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 1,749 - Forks: 196

RealChuan/Cpp-Examples
分享一些代码
Language: C++ - Size: 159 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 2

PikaLabs/pink
A high performance network library
Language: C++ - Size: 4.78 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 321 - Forks: 162

codepr/roach
Micro timeseries DB
Language: C - Size: 234 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Lord-Turmoil/minet-core
Mini HTTP server library from scratch with C++
Language: C++ - Size: 194 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ZhengqiaoWang/JTCP
A tiny TCP server and client demo with epoll. 一个简单的TCP服务端和客户端epoll示例
Language: C++ - Size: 134 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Amstonn/epoll-server
A simple server based on epoll 基于epoll的简易服务器
Language: C++ - Size: 193 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

sharlyndb/go-socket 📦
go语言开发的轻量化物联网后台常用的socket server,包括连接管理,消息处理器,常用编码转换器等。
Language: Go - Size: 37.1 KB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 66 - Forks: 3

dee0xeed/edsm-in-zig-demo-2
simple EDSM-based server and client
Language: Zig - Size: 65.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

SuperbTUM/CPlusPlus_General_Management_System Fork of YongmaoLuo/Exam_Paper_and_Question_Bank_Management_System
A general full-stack secured server-client-based application with modern C++
Language: C++ - Size: 23 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

eborlee/ReactorNet
C++ Multi-Reactor Epoll Server
Language: C++ - Size: 62.5 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

mistaker/fly
基于epoll实现的 golang socket 框架
Language: Go - Size: 1.08 MB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 2

jenyok-dev/epoll_simple_tcp
EPOLL Simple TCP Server (idea reactor pattern), http static responce.
Language: C - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ffengc/Reactor-based-HyperWebServer
A high-performance web server based on the multiplexer actor mode, with an underlying implementation using the epoll model
Language: C++ - Size: 14.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 29 - Forks: 3

lavrd/mio-epoll-example
Language: Rust - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

a1383n/socket_example
A simple multi-threaded TCP socket server implemented in C with epoll for efficient I/O multiplexing, supporting concurrent client connections.
Language: C - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lauderdice/epoll-event-loop-tcp
Simple TCP server implementation based on epoll system call
Language: C++ - Size: 487 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pigogo/netgo
netgo is base on epoll syscall networking framework
Language: Go - Size: 16.6 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 5

cq-cdy/TalonRPC
Distributed high-availability asynchronous RPC framework based on epoll+protobuf
Language: C++ - Size: 24.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

adamyi/epoll-chat
A TCP Instant Messaging server/client with P2P support. It's written in C and uses epoll(7).
Language: C - Size: 234 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 3

codepr/memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Language: C - Size: 721 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 76 - Forks: 10

oclockTwo/HttpWebServer
A C++ High Performance Web Server
Language: C++ - Size: 8.37 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

abdullahb53/epoll-fd-handle-connections
Golang epoll fd handle connections (sockets) with worker pool.
Language: Go - Size: 4.88 KB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pylover/meloop
Monadic event loop for C using epoll.
Language: C - Size: 373 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

Xuyi-TongJi/goKVDataBase
a KV database implemented by Golang based on Redis
Language: Go - Size: 52.7 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Civitasv/tcp_sevr
Simple http server in C++, using socket and epoll.
Language: C++ - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jerryc05/xServer 📦
A naive implementation of HTTP server from scratch.
Language: C++ - Size: 83 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

celeron633/MyReactor-libev
implemnt muduo with libev
Language: C++ - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

super-chao1997/webserver-timer-log
webserver_c++
Language: C++ - Size: 98.6 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

cflaviu/xcom-epoll
C++ epoll based client-server network library - work in progress
Language: C++ - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

irqlevel/http_server_hlcup2017
Language: C - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

harunsasmaz/concurrent-servers
Different approaches of TCP servers to practice. Starting from simple sequential server and goes step by step to improve the performance.
Language: C - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

EasyIP2023/online-ping-pong
:sunglasses: Online Ping Pong Game :sunglasses:
Language: C - Size: 8.81 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

panicfrog/Message
Language: Go - Size: 82.5 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

irqlevel/kvs
C++ async io
Language: C++ - Size: 151 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

dturvene/networking
Linux TCP/IP Network Research
Language: Python - Size: 146 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

TomaszWychocki/LTE-Sim Fork of wychotom/pszemeg
TCP/UDP client-server application to simulate LTE communication
Language: C++ - Size: 1.91 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1
