storj/drpc
drpc is a lightweight, drop-in replacement for gRPC observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 98
- Release rhythm 52
- 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: n/a
- age_days: 2564
- days_rel: 111
- days_push: 15
- n_releases_24m: 1
Adoption not part of the score
1630 stars · 61 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
drpc is a lightweight, drop-in replacement for gRPC written in Go, with a small dependency footprint and a fast custom wire format. It is transport agnostic, supports middleware, and is battle-tested in production across tens of thousands of servers.
Use cases
- replace gRPC with a lighter rpc framework in Go
- serve gRPC and drpc on the same port
- build microservices with minimal dependencies
- stream bidirectional rpc over websockets
- serve twirp or grpc-web clients from a Go backend
When to choose
- you want gRPC-like rpc in Go with a tiny dependency tree
- you need a fast, simple wire protocol for internal services
- you want transport-agnostic rpc with middleware support
- you need to serve gRPC-compatible and drpc traffic on one port
When to avoid
- you need full gRPC feature parity or ecosystem tooling
- your clients are in languages without drpc support
- you rely on gRPC-specific features like advanced load balancing
Facets
library · maturity active
rpc serialization middleware microservices apis backend developer-tools go cross-platform grpc-replacement protobuf wire-protocol streaming lightweight
1 source
- readme: https://github.com/storj/drpc · fetched 2026-08-28 · 8729bb3bc94d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| storj/drpc | main | 82 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem