A prototype gRPC web client library for Node.js, version 1.4.5. Provides a simple wrapper to make gRPC-web requests from Node.js using the Envoy proxy. Requires manual download of protoc-gen-grpc-web and protobuf code generation. Not actively maintained; limited documentation and no TypeScript support.
npm install pando-grpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a gRPC-web client and call a simple RPC.
Switch to a maintained gRPC-web client like @grpc/grpc-js or grpc-web.
Follow the setup steps in the README; ensure protoc-gen-grpc-web is in PATH.
Run 'npm install pando-grpc' from project root.
Ensure generated JS files are present and loaded.
No dependency data recorded yet.