egg-grpc-client

JSON →
library 0.1.3 ·javascript
verified Jun 7, 2026

An Egg.js plugin providing a gRPC client bridge for Node.js microservices. Version 0.1.3 is the current stable release; no known release cadence. It simplifies gRPC service invocation within Egg.js applications by auto-loading proto files, managing connections, and exposing promisified RPC calls via `this.app.grpcClient`. Differentiators: tight integration with Egg.js plugin system, TypeScript type support, and opinionated default loader config (e.g., keepCase, longs-as-String). Suitable for teams building Egg.js backend services with gRPC.