aosp12/external/grpc-grpc/examples
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
android/helloworld init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
csharp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
node init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
objective-c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
php init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
protos init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
python init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ruby init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BUILD init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

Examples

This directory contains code examples for all the C-based gRPC implementations: C++, Node.js, Python, Ruby, Objective-C, PHP, and C#. You can find examples and instructions specific to your favourite language in the relevant subdirectory.

Examples for Go and Java gRPC live in their own repositories:

For more comprehensive documentation, including an overview and tutorials that use this example code, visit grpc.io.

Quick start

Each example directory has quick start instructions for the appropriate language, including installation instructions and how to run our simplest Hello World example: