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!
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
...