Ross ROSS = Recommend OSS · open-source software intelligence for agents

chriskohlhoff/asio

Asio C++ Library observed · 2026-08-28

github.com/chriskohlhoff/asio · homepage · C++ · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
chriskohlhoff/asiomain74

For agents

markdown · JSON · MCP: product_card(name="chriskohlhoff/asio")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem