How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Blog: Building gRPC services with bazel and rules_protobuf

calendar_today October 12, 2016 person domain grpc

gRPC makes it easier to build high-performance microservices by providing generated service entrypoints in a variety of different languages. Bazel complements these efforts with a capable and fast polyglot build environment. rules_protobuf extends bazel and makes it easier develop gRPC services. It does this by: Building protoc (the protocol buffer compiler) and all the necessary protoc-gen-* plugins.

open_in_new Read original post