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

qicosmos/rest_rpc

modern C++(C++20), simple, easy to use rpc framework observed · 2026-08-28

github.com/qicosmos/rest_rpc · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

74/100

  • Activity 89
  • Release rhythm 41
  • Longevity 100
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: 95
  • age_days: 2816
  • days_rel: 236
  • days_push: 71
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2012 stars · 400 forks observed · 2026-08-28

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

rest_rpc is a modern C++20, header-only, high-performance RPC framework built on standalone asio and coroutines. It makes TCP-based remote procedure calls simple enough that users only need to focus on business logic.

Use cases

  • build rpc services in c++
  • call remote functions over tcp from c++
  • implement client-server communication with coroutines
  • serialize and exchange structs between c++ services
  • replace hand-written socket code with a simple rpc library

When to choose

  • you need an easy-to-use, header-only C++20 rpc framework
  • you want coroutine-based async networking without writing socket code
  • you need cross-platform high-performance tcp rpc in C++

When to avoid

  • you need cross-language rpc like gRPC
  • your compiler does not fully support C++20 (gcc12+, clang15+, msvc2022 required)
  • you need HTTP/REST APIs rather than binary rpc over TCP

Facets

library · maturity active

rpc http-server serialization networking developer-tools microservices backend apis windows cpp cross-platform header-only cpp20-coroutines asio tcp high-performance linux macos

1 source

Member repositories

RepositoryRoleHealth v2
qicosmos/rest_rpcmain74

For agents

markdown · JSON · MCP: product_card(name="qicosmos/rest_rpc")

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