makdharma / empty_grpc_bazel_project

Everything needed to start a project that uses protobuf and grpc along with bazel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty grpc bazel project

This repo has the preconfigured WORKSPACE and git submodules to get you started on using grpc with bazel. To try this repo:

git clone https://github.com/makdharma/empty_grpc_bazel_project test
cd test
git submodule update --init
bazel build //examples/cpp/helloworld:*

This will build the greeter_client and greeter_server exacutables in bazel-bin/examples/cpp/helloworld subdirectory.

About

Everything needed to start a project that uses protobuf and grpc along with bazel.


Languages

Language:Python 100.0%