gRPC is a "high-performance open source universal RPC framework."
Let's build a caching service together using gRPC.
- go install google.golang.org/protobuf/cmd/[email protected]
- go install google.golang.org/grpc/cmd/[email protected]
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative api/app.proto