Skip to content

si-you/go-grpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

gRPC example with Go + Bazel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages