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

Stiffstream/restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use observed · 2026-08-28

github.com/Stiffstream/restinio · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 75
  • Release rhythm 65
  • Longevity 100

Flags: 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: 52.0
  • age_days: 3173
  • days_rel: 153
  • days_push: 153
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

1302 stars · 116 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

RESTinio is a C++17 header-only library providing an embedded asynchronous HTTP(S)/WebSocket server built on standalone ASIO. It offers ExpressJS-like routing, middleware chaining, TLS, compression, and HTTP pipelining with a balance of performance and ease of use.

Use cases

  • embed an http server in a c++ application
  • build a rest api in c++
  • add websocket support to a c++ backend
  • serve https with tls in a lightweight c++ server
  • handle async http requests with pipelining
  • implement express-style routing in c++

When to choose

  • you need an embedded, high-performance async HTTP/WebSocket server in C++
  • you want ExpressJS-like routing and middleware in a C++17 codebase
  • you need TLS, compression, and sendfile support without running a separate web server

When to avoid

  • you need a full-featured standalone web server with static config and process management
  • your project is not C++ or cannot use ASIO
  • you want a batteries-included framework with ORM, templating, and auth out of the box

Facets

library · maturity stable

http-server websocket routing middleware http-client web-development backend apis windows cpp cross-platform header-only asio rest tls async embedded-server linux macos

1 source

Member repositories

RepositoryRoleHealth v2
Stiffstream/restiniomain76

For agents

markdown · JSON · MCP: product_card(name="Stiffstream/restinio")

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