# qicosmos/rest_rpc

modern C++(C++20), simple, easy to use rpc framework

Repository: https://github.com/qicosmos/rest_rpc
Canonical: https://ross.abutalabs.com/products/rest_rpc
Language: C++
License: MIT
License Family: permissive
Last push: 2026-06-23T13:02:18+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 89, release rhythm 41, longevity 100
- inputs: {"age_days": 2816, "days_push": 71, "days_rel": 236, "gap_med": 95, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2012, forks 400 (observed 2026-08-28T04:06:05.174857+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: rpc, http-server, serialization, networking
- domain: developer-tools, microservices, backend, apis
- platform: windows, cpp, cross-platform
- tags: header-only, cpp20-coroutines, asio, tcp, high-performance, linux, macos

## Member repositories
- qicosmos/rest_rpc (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.174857+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:01:03.018367+00:00, confidence not recorded.
  - readme: https://github.com/qicosmos/rest_rpc (fetched 2026-08-28T04:06:05.174857+00:00, sha 4a4fd4411226)
- Data as of 2026-08-30T08:39:29.467469+00:00.
