Common utilities for gRPC servers in TypeScript, version 3.8.0. Includes a script (eol-protogen) to generate protobuf models from proto files, reducing boilerplate. Designed for internal use at Newline Studio; not actively maintained for the broader community. No notable alternatives in the npm ecosystem for this specific workflow.
npm install eol-commons-grpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to generate protobuf models using eol-protogen and start a gRPC server with eol-commons-grpc.
Consider alternatives like grpc-js or grpc-tools if more active development is needed.
Provide service names as 'services.draft.drafts' not 'services.draft.drafts.proto'.
Create the output directory before running the command.
Run npm install eol-commons-grpc
Ensure package is installed and tsconfig.json is configured correctly (e.g., esModuleInterop, moduleResolution: node).
Use import syntax instead of require() for all imports from this package.
No dependency data recorded yet.