1. All greeter servers now support flag `--port` to customize the listen port. 2. All client implementation now have `--target` flag to specify the server location. 3. ABSL is used to parse the flags to reduce the amount of boilerplate code in the examples. Fixes: #26989 |
||
|---|---|---|
| .. | ||
| cmake | ||
| compression | ||
| features | ||
| helloworld | ||
| keyvaluestore | ||
| load_balancing | ||
| metadata | ||
| route_guide | ||
| README.md | ||
README.md
gRPC C++ Examples
- Hello World! Eager to run your first gRPC example? You'll find instructions for building gRPC and running a simple "Hello World" app in Quick Start.
- Route Guide. For a basic tutorial on gRPC see gRPC Basics.
For information about the other examples in this directory, see their respective README files.