grpc-js-repository is an open-source gRPC client library for Node.js, currently at version 0.0.0-alpha1 (pre-release). It provides a high-performance, easy-to-use API for building scalable network services. Key differentiators: focus on Node.js runtime, built-in error handling and retry mechanisms. Note: as an alpha release, it is not recommended for production use; consider @grpc/grpc-js for stable gRPC usage.
npm install grpc-js-repositoryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to load a proto file and make an RPC call using the GrpcClient.
Pin to exact version and test frequently.
Consider using @grpc/grpc-js for production.
Migrate to stable version when available.
Run `npm install grpc-js-repository` and check import path.
Use ES import syntax: `import { GrpcClient } from 'grpc-js-repository'`.Import only from root: `import { ... } from 'grpc-js-repository'`.