grpc-caller

JSON →
library 0.3.13 ·javascript
verified Jun 7, 2026

An improved Node.js gRPC client that provides promisified request/response calls and automatic Metadata creation from plain JavaScript objects. Current stable version 0.3.13. The module wraps standard gRPC client calls, allowing use with async/await and callbacks, and simplifies stream handling. It uses grpc-create-metadata to automatically convert plain objects to gRPC Metadata. Alternative to raw gRPC-js client with easier async patterns.