egg-grpc-util

JSON →
library 3.0.6 ·javascript
verified Jun 7, 2026

An Egg.js plugin that simplifies gRPC server and client setup with auto-configuration and manual configuration options. Version 3.0.6 supports basic unary RPCs (no streaming). It provides a convenient way to define gRPC services and clients by scanning proto files and mapping them to Egg.js services. The plugin is tailored for the Egg.js framework and requires Node >=8.0.0. Compared to other gRPC Node.js libraries, this plugin integrates deeply with Egg.js's plugin system, offering auto-configuration that reduces boilerplate, but with limitations on proto file structure and function naming conventions.