ldcsaa/HP-Socket
High Performance TCP/UDP/HTTP Communication Component observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 67
- Release rhythm 58
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 79.0
- age_days: 4642
- days_rel: 202
- days_push: 202
- n_releases_24m: 7
Adoption not part of the score
6140 stars · 1796 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
HP-Socket is a high-performance network communication component library for C/C++ providing TCP, UDP, HTTP/HTTPS, and WebSocket server, client, and agent components. It uses IOCP/EPOLL-based communication models with memory pooling to support large-scale, high-concurrency scenarios across Windows, Linux, and Android.
Use cases
- build a high-concurrency TCP server in C++
- handle tens of thousands of simultaneous socket connections
- implement an HTTP/HTTPS server with SSL support
- create a multi-client TCP agent for mass connections
- add WebSocket support to a native application
- write network code that runs on Windows and Linux
- build an Android NDK network client
When to choose
- you need C/C++ native network components with high concurrency
- you want IOCP on Windows and epoll on Linux behind one API
- you need TCP, UDP, HTTP, and WebSocket in a single library
- you are building servers or agents that manage large-scale connections
When to avoid
- you prefer higher-level languages like Go or Python for networking
- you need a full application server rather than a communication component
- your project requires a permissive OSI-approved license (license is non-standard)
- you only need simple, low-volume client sockets
Facets
library · maturity active
http-server websocket networking http-client rpc networking backend developer-tools cross-platform windows cpp c cross-platform tcp udp ssl iocp epoll high-performance socket http https ndk linux android
2 sources
- readme: https://github.com/ldcsaa/HP-Socket · fetched 2026-08-28 · 2e85ad6b9c47
- homepage: https://www.oschina.net/p/hp-socket · fetched 2026-08-29 · a8f4bad831a2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ldcsaa/HP-Socket | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="ldcsaa/HP-Socket")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem