An open API service indexing awesome lists of open source software.

https://github.com/stackb/grpc-cpp-proto-example

Example repo for compiling C++ outputs for protobuf+gRPC
https://github.com/stackb/grpc-cpp-proto-example

Last synced: about 22 hours ago
JSON representation

Example repo for compiling C++ outputs for protobuf+gRPC

Awesome Lists containing this project

README

          

# grpc-cpp-proto-example

Example repo for compiling C++ outputs for protobuf+gRPC

```bash
$ bazel build //proto:example_cpp_compile
Target //proto:example_cpp_compile up-to-date:
bazel-bin/proto/example.pb.cc
bazel-bin/proto/example.pb.h
bazel-bin/proto/example.grpc.pb.cc
bazel-bin/proto/example.grpc.pb.h
```