grpc-mod
JSON →A gRPC client wrapper that enhances the standard grpc-js client with promise and observable support, response transformation capabilities, and built-in mods to eliminate default proto values, remove null/undefined properties, and convert int64 to number. Version 1.1.1 requires peer dependency grpc ^1.8.0. Key differentiator: allows declarative response manipulation and modern async patterns without manually wrapping callbacks. Suitable for Node.js applications using gRPC that want to avoid callback hell and sanitize responses.
Resources
packagegrpc-mod ↗