grpc/examples/cpp
Eugene Ostroukhov d43e35738a
Examples: unify command line flags (#32456)
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
2023-02-27 10:39:21 -08:00
..
cmake CMake's better handling c++14 requirement (#31916) 2023-01-27 09:51:31 -08:00
compression CMake's better handling c++14 requirement (#31916) 2023-01-27 09:51:31 -08:00
features Add support for systemd socket activation (#31667) 2023-01-05 14:53:33 -08:00
helloworld Examples: unify command line flags (#32456) 2023-02-27 10:39:21 -08:00
keyvaluestore CMake's better handling c++14 requirement (#31916) 2023-01-27 09:51:31 -08:00
load_balancing CMake's better handling c++14 requirement (#31916) 2023-01-27 09:51:31 -08:00
metadata CMake's better handling c++14 requirement (#31916) 2023-01-27 09:51:31 -08:00
route_guide CMake's better handling c++14 requirement (#31916) 2023-01-27 09:51:31 -08:00
README.md Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00

README.md

gRPC C++ Examples

For information about the other examples in this directory, see their respective README files.