grpc

Next generation open source RPC library and framework

brewmacoslinux
Try with needOr install directly
Source

About

Next generation open source RPC library and framework

Commands

grpc_cpp_plugingrpc_csharp_plugingrpc_node_plugingrpc_objective_c_plugingrpc_php_plugingrpc_python_plugingrpc_ruby_plugin

Examples

Generate C++ gRPC code from a .proto file$ protoc --grpc_out=. --plugin=protoc-gen-grpc=grpc_cpp_plugin example.proto
Generate Python gRPC server and client code$ python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. service.proto
Compile protocol buffers with gRPC support for Node.js$ protoc --grpc_out=. --plugin=protoc-gen-grpc=grpc_node_plugin --js_out=import_style=commonjs,binary:. api.proto