grpc/examples/cpp/health
Eugene Ostroukhov 33f56657d2 [Samples] Health checking example (#36235)
Closes #36235

PiperOrigin-RevId: 623204716
2024-04-09 10:14:18 -07:00
..
BUILD [Samples] Health checking example (#36235) 2024-04-09 10:14:18 -07:00
CMakeLists.txt [Samples] Health checking example (#36235) 2024-04-09 10:14:18 -07:00
README.md [Samples] Health checking example (#36235) 2024-04-09 10:14:18 -07:00
health_client.cc [Samples] Health checking example (#36235) 2024-04-09 10:14:18 -07:00
health_server.cc [Samples] Health checking example (#36235) 2024-04-09 10:14:18 -07:00

README.md

gRPC C++ Health Check Example

You can find a complete set of instructions for building gRPC and running the example in the C++ Quick Start.