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 |
||
|---|---|---|
| .. | ||
| android | ||
| cpp | ||
| node | ||
| objective-c | ||
| php | ||
| protos | ||
| python | ||
| ruby | ||
| README.md | ||
README.md
Examples
This directory contains examples for all the C-based gRPC implementations. Each language subdirectory contains a Hello World example and more:
For a complete list of supported languages, see Supported languages.
For comprehensive documentation, including an Introduction to gRPC and tutorials that use this example code, visit grpc.io.