A minimal gRPC library for Node.js (v0.0.1472012531). Provides basic client and server functionality for gRPC communication. The package is early-stage and experimental, with an unstable API. It supports Node.js >= v4.0.0. No significant ecosystem adoption or maintenance cadence established. Lacks TypeScript definitions and comprehensive documentation.
npm install hellogrpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a basic gRPC server with hellogrpc using CommonJS require.
Pin to a specific version and review changes before upgrading.
Migrate to a mature gRPC library like @grpc/grpc-js.
Use @types/grpc if appliable, or write custom type declarations.
Run 'npm install hellogrpc@0.0.1472012531' to install the package.
Use 'const grpc = require('hellogrpc');' then 'new grpc.Server();'Use 'require' or configure your project to handle CommonJS modules.
No dependency data recorded yet.