IronsDu/brynet
A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet. observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 84
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 4733
- days_rel: n/a
- days_push: 100
- n_releases_24m: 0
Adoption not part of the score
1065 stars · 245 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Brynet is a header-only, cross-platform C++11 TCP network library with no external dependencies. It supports multithreaded high-performance networking including HTTP, HTTPS, WebSocket, SSL, and IPv6.
Use cases
- build a high-performance TCP server in C++
- add WebSocket support to a C++ application
- write a cross-platform C++ network service without dependencies
- implement an HTTP/HTTPS server in C++
- handle multithreaded socket communication
- build a low-latency game or messaging server
When to choose
- you need a dependency-free, header-only C++ networking layer
- you want TCP with optional HTTP/WebSocket/SSL in one library
- you target Linux, Windows, and macOS from a single codebase
- you need fine-grained multithreaded control over network and logic threads
When to avoid
- you want a full-featured application framework rather than a network library
- you need higher-level async abstractions like coroutines or an event-loop API similar to libuv
- your project requires C++ standards below C++11 or non-conforming compilers
- you prefer a widely adopted library with large community support
Facets
library · maturity active
http-server websocket networking http-client networking backend developer-tools windows cpp cross-platform header-only tcp ssl ipv6 multithreaded high-performance cpp11 vcpkg linux macos
1 source
- readme: https://github.com/IronsDu/brynet · fetched 2026-08-28 · 1d8233c4e32f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| IronsDu/brynet | main | 61 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem