grpc-web-rx

JSON →
library 0.6.14 ·javascript
verified Jun 7, 2026

gRPC-Web-Rx is a TypeScript library that integrates gRPC-Web with RxJS, providing a convenience `from` operator to wrap gRPC unary and server streaming calls as Observables. It supports automatic retries with exponential backoff and custom retry policies. Current stable version is 0.6.14, released on npm. This library is maintained by Wisetime. Key differentiators: it offers a simple RxJS-based abstraction over gRPC-Web, including a `retry` operator with `beforeRetry` hooks, and requires only `grpc-web` and `rxjs` as peer dependencies.