An Egg.js plugin that integrates gRPC server functionality. Current stable version is 1.0.51. It allows defining proto files and implementing gRPC services within an Egg application. Key features include configurable port, host, timeout, and error handling. Note: does not support streaming requests/responses yet. Releases are infrequent, with only a few versions. Primarily useful for adding gRPC server capabilities to Egg.js projects.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Plugin is declared in plugin.js configuration, not imported directly in code.
GrpcServer is accessible via app.GrpcServer after plugin is enabled.
Configuration is part of Egg's config merge mechanism.
Shows plugin configuration and basic startup in an Egg.js application, including plugin enablement, config, and gRPC server lifecycle.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.