rpclib/rpclib
rpclib is a modern C++ msgpack-RPC server and client library observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 3936
- days_rel: n/a
- days_push: 876
- n_releases_24m: 0
Adoption not part of the score
1840 stars · 399 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rpclib is a modern C++14 msgpack-RPC library providing both client and server implementations with no IDL or code generation required. Functions are bound directly in C++ and can be called remotely from any language that speaks msgpack-rpc.
Use cases
- expose C++ functions to be called over the network via RPC
- call functions in a remote C++ program from another language
- build a simple msgpack-rpc server without IDL or codegen
- communicate between a simulator and external clients like Microsoft AirSim does
- add remote procedure call support to a C++ application
When to choose
- you need a lightweight, no-nonsense msgpack-RPC solution in C++
- you want to bind lambdas or free functions directly without learning an IDL
- you need interoperability with msgpack-rpc clients in other languages
When to avoid
- you need JSON-RPC or async operations - consider packio instead
- you need a project with active maintenance - rpclib is looking for maintainers
- you need gRPC-style streaming, load balancing, or HTTP/2 transport
Facets
library · maturity maintenance
rpc serialization http-server backend microservices developer-tools cpp cross-platform windows msgpack-rpc cpp14 client-server no-idl inter-process-communication linux macos
2 sources
- readme: https://github.com/rpclib/rpclib · fetched 2026-08-28 · 0adf94ec5780
- homepage: http://rpclib.net · fetched 2026-08-29 · 8002e90e5929
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rpclib/rpclib | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem