npm-pando-grpc is a gRPC-web client library for interacting with the Pando API. Version 1.6.15 is the current stable release. It requires protoc-gen-grpc-web and protoc to be installed locally to generate JavaScript client stubs from .proto files. The package uses CommonJS and targets Node.js environments. Compared to similar gRPC-web libraries, it provides a straightforward way to define service calls and message types via generated code, but the setup process is manual and system-dependent.
npm install npm-pando-grpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the gRPC client, create a request object, and make an RPC call.
Install protoc and protoc-gen-grpc-web versions compatible with your .proto files.
Run 'npm run build' after installation.
Add protoc and protoc-gen-grpc-web to system PATH permanently.
Switch to PandoServicePromiseClient with async/await.
Consider migrating to 'protoc-gen-es' or '@grpc/grpc-js' for newer gRPC-web support.
Run 'npm install' and 'npm run build' in the project root.
npm install google-protobuf
Download protoc-gen-grpc-web and add its directory to system PATH.