rxjs-grpc

JSON →
library 0.2.12 ·javascript
verified Jun 7, 2026

Type-safe gRPC client and server library for TypeScript using RxJS Observables. Current stable version is 0.2.12. Release cadence is low. Key differentiator: generates TypeScript namespaces from .proto files and provides strongly-typed server builder and client factory, enabling reactive stream-based communication instead of raw callbacks. Compared to alternatives like @grpc/grpc-js, this library adds Observable interfaces for all RPC methods.