grpc-interceptors

JSON →
library 0.1.15 ·javascript maintenance
verified Jun 7, 2026

grpc-interceptors (v0.1.15) provides client and server interceptor middleware for Node.js gRPC, compensating for the lack of server-side interceptors in the official grpc-js library. This fork adds access to the RPC callback in interceptors, enabling error propagation (e.g., authentication rejection). Not actively maintained; consider gRPC's official interceptor support (available since grpc-js 1.4.0).