node-grpc-client

JSON →
library 1.5.0 ·javascript
verified Jun 7, 2026

A simple gRPC client for Node.js (v1.5.0) that loads .proto files and provides both a generic runService method and dynamic method generation (async callback, promise-based sync, streaming). It supports metadata (v1.5.0) and fixes inverse DNS package names (v1.4.0). Differentiator: lightweight wrapper around @grpc/grpc-js with dynamic method names and optional metadata, but note that it uses CommonJS only and requires manual proto file path.