- Cédric THOMAS (email: cedric@reyah.eu)
git clone https://github.com/ReyahSolutions/protobuf-tutorial- Go
- Java
- Make
protoc: allows to generate gRPC server and client specifications.
Downloadprotocthe recommended way for your system.
To generate Go code for gRPC services from Protobuf definitions, you'll need the following tools:
protoc-gen-go: allows to generate Go code from Protobuf filesprotoc-gen-go-grpc: allows to generate Go code from Protobuf file specifically for gRPC.
These tools are automatically installed when running the client:
make install-toolsEverything is automatically installed and generated when running:
make runcd server
make runcd client
make rundoc.v1.2