An example scaffold for creating a GRPC/Protobuf Server using Bazel.
Requirements:
- Bazel build system
Instructions:
- Clone the repository
- Build the project using bazel build //...
Notes:
This project uses stack_build_proto_rules for generating CPP & Python pb files.