grpc/examples
Patrice Chalin d33bd76855 examples/README rework
- Fix link to "Intro to gRPC" (formerly "Overview")
- Don't list wrapped languages twice (once in intro paragraph, then in subdirectory list); move subdirectory links to the start of the page.
- Sort subdirectory list
- Link to grpc.io "Supported Languages" page for the remaining languages
2020-07-10 15:18:08 -04:00
..
android/helloworld refer to libprotobuf directly 2018-04-03 13:32:20 -07:00
cpp Add support for xDS regex matchers. 2020-07-07 13:17:25 -07:00
csharp Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
node Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
objective-c Fix broken link to Objective-C tutorial 2020-06-16 08:53:21 -04:00
php Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
protos Fix the proto rules conflict 2019-03-25 14:18:35 -07:00
python Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
ruby Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
BUILD address review comments 2020-04-15 18:13:04 +00:00
README.md examples/README rework 2020-07-10 15:18:08 -04:00

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 and platforms.

For comprehensive documentation, including an Introduction to gRPC and tutorials that use this example code, visit grpc.io.