drpc
last updated: Oct 20, 2023
https://github.com/storj/drpc/
A drop-in, lightweight gRPC replacement.
go/c++/rust/node implementations
- Simple, at just a few thousand lines of code.
- Small dependencies. Only 3 requirements in go.mod, and 9 lines of
go mod graph
!- Compatible. Works for many gRPC use-cases as-is!
- Fast. DRPC has a lightning quick wire format.
- Extensible. DRPC is transport agnostic, supports middleware, and is designed around interfaces.
- Battle Tested. Already used in production for years across tens of thousands of servers.