* De-experimentalize callback API * Make FromServerContext based on ServerContextBase * Fix lambda * Fix headers * De-experimentalize tests * clang-format * Fix consistency checks * wip * Fix const-ness of callback client read RPC requests * Fix golden file * Give full route_guide callback client example with Hold etc * Complete example route-guide server * De-experimentalize test services * Omit unneeded using * Remove some uses of non-experimental macro from test * clang-format examples * De-experimentalize async stub calls * Remove experimental namespace use in qps, ubms * De-experimentalize alarms, generic stubs, and context allocator * De-experimentalize SetContextAllocator * clang-format * Fix conflicts * Leave obsolete API in place until users can be migrated |
||
|---|---|---|
| .. | ||
| cmake | ||
| compression | ||
| 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.