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
- Host: GitHub
- URL: https://github.com/stackb/grpc-cpp-proto-example
- Owner: stackb
- License: apache-2.0
- Created: 2021-06-04T21:46:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T00:30:50.000Z (over 4 years ago)
- Last Synced: 2025-04-08T18:52:00.079Z (10 months ago)
- Language: Starlark
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```