gRPC framework for Egg.js (v1.0.14, last release unknown, low activity). Extends Egg.js with gRPC+Protobuf support, allows using Egg middleware and plugins with gRPC, supports both HTTP and gRPC requests sharing controllers and services. Alternative to manually setting up gRPC with Egg; uniquely integrates gRPC routing into Egg's router. Note: repository archived or unmaintained since 2019. Requires Node >=12.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Egg uses CommonJS; ES imports are not supported in Egg's runtime.
Same as Controller, must use require.
router.rpc is a custom method provided by the framework; do not use standard HTTP methods for gRPC routes.
Sets up an Egg.js project using egg-grpc-framework, configures gRPC server on port 50051, defines a gRPC route and a controller.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.