Skip to content

An example how to write grpc services using a proto file. Used appropriate Bazel rules to replace all protoc and grpc related operations.

Notifications You must be signed in to change notification settings

joyanta55/grpc_bazel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grpc using bazel rules.

compile, build, and run a grpc service. Starting from a simple proto file, this repo shows how a simple grpc server and client can be wriiten using bazel grpc rules.

How to Run examples.

Install pre-requisites

install bazel

When you have installed bazel in your system, run:

bazel run //examples:server

Modify the examples as per your requirements.

About

An example how to write grpc services using a proto file. Used appropriate Bazel rules to replace all protoc and grpc related operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published