I was reading about using grpc on Node.js. I see that we can dynamically compile the proto file or we can do it statically using protoc.
For static generation, I need the Node grpc protoc plugin executable for windows. I'm using these instructions: https://github.com/grpc/grpc/tree/master/examples/node/static_codegen It says to do this: protoc --js_out=import_style=commonjs,binary:../node/static_codegen/ --grpc_out=../node/static_codegen --plugin=protoc-gen-grpc= *grpc_node_plugin* helloworld.proto The way I understand it, the *grpc_node_plugin* part in some executable that I need to find or compile. I prefer to just download this plugin some place but have not been able to find it anywhere. Could somebody please help me. Thank you. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/71b25678-c921-4c8d-aae1-e07e475ff98f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
