grpc-common-client

JSON →
library 1.0.9 ·javascript
verified Jun 7, 2026

A common gRPC client library for Node.js applications built on top of the official @grpc/grpc-js package. Version 1.0.9 provides a simplified interface for creating gRPC connections, managing channels, and handling client lifecycle. It abstracts away complexity of the underlying @grpc/grpc-js API, offering defaults for common scenarios. Suitable for microservices with internal gRPC communication, but may see limited updates due to low activity. Uses Promise-based patterns and supports TLS and insecure connections.