rxi/dyad
Asynchronous networking for C observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 4413
- days_rel: n/a
- days_push: 2157
- n_releases_24m: 0
Adoption not part of the score
1457 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dyad.c is a lightweight, portable asynchronous networking library for C, distributed as just two source files. It supports building small TCP servers and clients with an event-listener API.
Use cases
- write an async TCP server in C
- add networking to an existing C project
- build a simple echo server
- connect to a TCP service from C
- embed lightweight socket handling in a game or tool
When to choose
- you need a tiny, dependency-free C networking layer
- you want event-driven TCP sockets that compile anywhere
- you prefer dropping two files into your project over pulling in libuv
When to avoid
- you need high-performance, production-grade async I/O at scale
- you need TLS/SSL support out of the box
- you need UDP or higher-level protocols like HTTP
Facets
library · maturity maintenance
networking http-server websocket networking developer-tools cross-platform windows cross-platform c async-networking event-driven sockets single-file-library tcp linux macos
1 source
- readme: https://github.com/rxi/dyad · fetched 2026-08-28 · 323f3f08e178
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rxi/dyad | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem