Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 278 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 278 Bytes

go-grpc-example.

A minimal example shows how to use gRpc in Go + Bazel.

bazel build -c opt ...

Run a server

bazel-bin/examples/greeter_server/<your arch>/greeter_server

Run a client

bazel-bin/examples/greeter_client/<your arch>/greeter_client