Express gRPC middleware framework for Node.js that provides a Koa 2-style middleware system and API. Current stable version is 0.0.15. It supports async/await based middleware, bidirectional streaming, and a built-in status code system. Key differentiators include familiar Koa-like context and middleware pattern, built-in proto loading, and streaming support. Release cadence is irregular. Requires Node.js v7.6+.
npm install groaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up a Groa gRPC server that echoes the request body back.
Use async functions for middleware.
Use __dirname + '/relative/path' or path.resolve().
Ensure stream is open before writing.
Ensure middleware is async and calls await next() if needed.
Run 'npm install groa --save'.
No dependency data recorded yet.