This repository provides gRPC examples written using eventuals::grpc
.
These examples are in a separate repository from eventuals::grpc
to make it easier to clone that repository and start building a project rather than trying to figure out what pieces of the eventuals::grpc
build should be copied.
Please see the eventuals::grpc
README for more information on the eventuals::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
...