Gooddbird/tinyrpc
c++ async rpc framework. 14w+qps. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1768
- days_rel: n/a
- days_push: 21
- n_releases_24m: 0
Adoption not part of the score
1662 stars · 235 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TinyRPC is a C++ asynchronous RPC framework built on a reactor event loop with coroutine support, claiming 140k+ QPS. It supports a custom TinyPB protocol over protobuf as well as HTTP services, and includes a code generator scaffold.
Use cases
- build a high-performance distributed rpc service in c++
- serve http endpoints with a lightweight c++ server
- make async rpc calls using coroutines
- define rpc interfaces with protobuf and generate service scaffolding
- learn how reactor and coroutine-based networking frameworks work
When to choose
- you need a self-contained C++ RPC framework with coroutine-based async calls
- you want very high throughput RPC on Linux with protobuf serialization
- you want both RPC and HTTP serving in one lightweight framework
When to avoid
- you need production-grade support, gRPC ecosystem compatibility, or cross-platform Windows support
- you want a batteries-included service mesh with service discovery and load balancing out of the box
- your team is not comfortable with modern C++ and coroutine internals
Facets
framework · maturity active
rpc web-framework http-server serialization logging concurrency backend microservices developer-tools apis cpp coroutines reactor-pattern protobuf tinypb-protocol high-performance microservices scaffold-generator linux
1 source
- readme: https://github.com/Gooddbird/tinyrpc · fetched 2026-08-28 · 1fd8c8d0f2c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Gooddbird/tinyrpc | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="Gooddbird/tinyrpc")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem