The files in this folder are the samples used in gRPC Basics: C++, a detailed tutorial for using gRPC in C++.
The RouteGuide proto definition is available here. The server takes the following command-line argument -
examples/cpp/route_guide/route_guide_db.json
on bazel builds, and route_guide_db.json
for non-bazel builds.To run the server -
$ tools/bazel run examples/cpp/route_guide:route_guide_callback_server
To run the client -
$ tools/bazel run examples/cpp/route_guide:route_guide_callback_client