Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T01:31:17.000Z (almost 9 years ago)
- Last Synced: 2023-08-16T22:36:45.416Z (over 1 year ago)
- Topics: bazel, grpc
- Language: C++
- Size: 11.7 KB
- Stars: 35
- Watchers: 5
- Forks: 13
- 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`