chronoxor/CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 84
- Release rhythm 54
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3554
- days_rel: 98
- days_push: 98
- n_releases_24m: 1
Adoption not part of the score
1647 stars · 315 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CppServer is an ultra-fast, low-latency asynchronous socket server and client C++ library supporting TCP, SSL, UDP, HTTP, HTTPS, and WebSocket protocols. It is built on Asio and provides a solution to the 10K connections problem, with optional integration with Fast Binary Encoding for high-level message protocols.
Use cases
- build a low-latency TCP server in C++
- handle 10K+ concurrent socket connections
- create an HTTPS or WebSocket server
- implement a UDP multicast client or server
- write an async TCP chat client and server
- add SSL/TLS encrypted socket communication to a C++ app
When to choose
- you need maximum performance and low latency in C++ networking
- you must support many concurrent connections (C10K)
- you want a single library covering TCP, UDP, HTTP, and WebSocket
- you need cross-platform support (Linux, macOS, Windows)
When to avoid
- you need a full-featured web framework with routing, templating, and middleware
- you prefer a higher-level language like Go, Rust, or Python for networking
- your project is not in C++ or does not tolerate Asio as a dependency
Facets
library · maturity stable
http-server websocket http-client middleware networking backend developer-tools performance windows cpp cross-platform tcp udp ssl tls async low-latency c10k asio socket-server socket-client linux macos
1 source
- readme: https://github.com/chronoxor/CppServer · fetched 2026-08-28 · adfa1ccc1d92
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chronoxor/CppServer | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="chronoxor/CppServer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem