@codibre/grpc-base-client

JSON →
library 2.3.0 ·javascript
verified Jun 7, 2026

A TypeScript library for constructing gRPC clients with built-in connection pooling and round-robin load balancing. Current stable version 2.3.0 is released infrequently. It supports both the legacy grpc and modern @grpc/grpc-js implementations, automatically promisifies unary calls, and can retrieve service definitions via gRPC reflection (beta). Differentiators include automatic promise wrapping, configurable max connections, and reflection-based client creation without local .proto files.