https://github.com/korfuri/grpc-bazel
A demo of how to use gRPC with Bazel
https://github.com/korfuri/grpc-bazel
bazel grpc
Last synced: 9 months ago
JSON representation
A demo of how to use gRPC with Bazel
- Host: GitHub
- URL: https://github.com/korfuri/grpc-bazel
- Owner: korfuri
- Created: 2016-02-14T10:21:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T01:31:17.000Z (over 10 years ago)
- Last Synced: 2025-06-13T00:06:26.452Z (about 1 year ago)
- Topics: bazel, grpc
- Language: C++
- Size: 11.7 KB
- Stars: 37
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bazel-gRPC
A demo of how to use gRPC with Bazel.
* No submodules! Instead, we rely on Bazel's external dependency
support to fetch git remotes.
* Supports C++ only at the moment.
`bazel build //src:all`