rxjs-grpc

JSON →
library 0.2.7 ·javascript
verified Jun 7, 2026

Typesafe gRPC client and server library using RxJS observables in TypeScript. Version 0.2.7 is the latest stable release; the library generates TypeScript interfaces from protobuf definitions and allows implementing gRPC services that return RxJS Observables. It supports both client and server code generation. Requires rxjs (^6.0.0 || ^7.0.0) and the grpc package as peer dependencies. Key differentiator: strongly-typed gRPC with reactive patterns via RxJS, unlike the callback/promise-based @grpc/grpc-js.