Skip to content

ArthurBandaryk/stout-grpc-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Examples using stout::grpc

This repository provides gRPC examples written using stout::grpc.

These examples are in a separate repository from stout::grpc to make it easier to clone that repository and start building a project rather than trying to figure out what pieces of the stout::grpc build should be copied.

Please see the stout::grpc README for more information on the stout::grpc library!

RouteGuide

The RouteGuide example can be found in route_guide. Build the server and client with:

$ bazel build :route_guide_server
...
$ bazel build :route_guide_client
...

About

C++ gRPC examples using stout::grpc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.6%
  • Starlark 5.4%