rxjs-grpc-minimal

JSON →
library 0.2.31 ·javascript
verified Jun 7, 2026

A lightweight, non-opinionated proxy that wraps @grpc/grpc-js server and client implementations with RxJS Observables. Version 0.2.31 is the current stable release, with low release cadence. Unlike the original rxjs-grpc, this package has no CLI and does not impose build tools, allowing you to use @grpc/proto-loader directly. It supports unary, server-streaming, client-streaming, and bidirectional calls via Observables, and provides built-in cancellation via grpcCancel(). Replaces the deprecated grpc package with @grpc/grpc-js. Requires RxJS 7.x and Node.js >= 20.