engined-grpc is a gRPC service module for the engined framework, built on top of Groa.js. It provides Server and Router classes to integrate gRPC services into engined-based applications. Version 0.0.9 is the latest release, though the package appears to be in early development with no recent updates. It supports Node.js >=7.6 and uses the classic engined pattern of Manager and agents. Unlike standalone gRPC libraries, engined-grpc is specifically designed for the engined ecosystem, making it easy to add gRPC endpoints alongside other services.
npm install engined-grpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a basic gRPC server using engined-grpc, demonstrating manager setup and agent addition.
Ensure protoFiles array is provided when calling Router().
Consider migrating to a more modern gRPC library if ongoing support is needed.
Test on your Node version; may need to check for compatibility with async/await.
Run 'npm install groa' to install peer dependency.
Use 'const RouterService = Router({ protoFiles: [...] })' instead of 'new Router(...)'.Ensure protoFiles are correct and callbacks happen after initialization.