# 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.

Repository: https://github.com/IronsDu/brynet
Canonical: https://ross.abutalabs.com/products/brynet
Language: C++
License: MIT
License Family: permissive
Topics: cross-platform, networking, tcp-library, multithreading, c-plus-plus, http, https, websocket, cpp11, header-only
Last push: 2026-05-25T22:43:31+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 84, release rhythm 8, longevity 100
- inputs: {"age_days": 4733, "days_push": 100, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1065, forks 245 (observed 2026-08-28T04:03:26.726703+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: http-server, websocket, networking, http-client
- domain: networking, backend, developer-tools
- platform: windows, cpp, cross-platform
- tags: header-only, tcp, ssl, ipv6, multithreaded, high-performance, cpp11, vcpkg, linux, macos

## Member repositories
- IronsDu/brynet (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:26.726703+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:55:27.716694+00:00, confidence not recorded.
  - readme: https://github.com/IronsDu/brynet (fetched 2026-08-28T04:03:26.726703+00:00, sha 1d8233c4e32f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
