Skip to content

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

Notifications You must be signed in to change notification settings

makdharma/empty_grpc_bazel_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages