chriskohlhoff/asio
Asio C++ Library observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: n/a
- age_days: 5678
- days_rel: n/a
- days_push: 46
- n_releases_24m: 0
Adoption not part of the score
6175 stars · 1550 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Asio is a cross-platform C++ library for network and low-level I/O programming that provides a consistent asynchronous model using modern C++. It supplies the basic building blocks for C++ networking, concurrency, and other kinds of I/O, and also ships as Boost.Asio.
Use cases
- write asynchronous network servers and clients in C++
- build low-level TCP/UDP socket applications
- implement concurrency and timers without threads
- develop cross-platform networking code for Linux, macOS, Windows, and FreeBSD
- build high-performance trading or real-time systems
When to choose
- you need a mature, battle-tested asynchronous I/O library for C++
- you want minimal dependencies, usable from C++11 onward
- you need consistent networking behavior across platforms
- you are already using Boost and want Boost.Asio integration
When to avoid
- you want a high-level HTTP framework with routing and middleware out of the box
- your project is not C++ or targets a platform Asio does not support
- you prefer coroutine-only async runtimes with a different programming model
Facets
library · maturity stable
networking concurrency http-server websocket http-client networking developer-tools cross-platform windows bsd cpp cross-platform async-io sockets timers boost header-only proactor linux macos
3 sources
- readme: https://github.com/chriskohlhoff/asio · fetched 2026-08-28 · 12495ce0ada1
- homepage: http://think-async.com/Asio · fetched 2026-08-29 · a81c52d86d3b
- site_page: http://think-async.com/Asio/Documentation.html · fetched 2026-08-29 · 684c3df7e810
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chriskohlhoff/asio | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="chriskohlhoff/asio")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem