Unofficial npm binary distribution of the gRPC web protoc plugin (protoc-gen-grpc-web). Current stable version is 1.0.3-5. Provides the plugin binary for generating gRPC-Web client code from protobuf definitions. Key differentiator: enables npm-based installation instead of manual binary download. No release cadence specified; based on upstream grpc-web releases. Primarily for use with protoc via node.js scripts or global CLI.
npm install zaucy-protoc-gen-grpc-webNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use the package to get the full path of the protoc-gen-grpc-web plugin and invoke protoc to generate gRPC-Web client stubs.
Install protoc via your system package manager or download from https://github.com/protocolbuffers/protobuf/releases.
Use protoc --plugin=protoc-gen-grpc-web=<path> --grpc-web_out=... instead of relying on global PATH.
Consider using the official Google-owned npm package @grpc/proto-loader or building from source.
Use the --plugin flag with the full path obtained from require('zaucy-protoc-gen-grpc-web').Run 'npm install zaucy-protoc-gen-grpc-web' and ensure the require/import path matches the package name.
Do not invoke protocGrpcWebPluginPath(); use it directly as a path string.
No dependency data recorded yet.