grpc/examples
Ming-Chuan 9da755a61e
Import binder transport channel create interface (#27007)
Also try use the API in example apk to make sure the binder transport
code and the rest of gRPC compiles with the Android toolchain

We will properly expose our interface later.
2021-08-20 13:03:21 +08:00
..
android Import binder transport channel create interface (#27007) 2021-08-20 13:03:21 +08:00
cpp Pointing the protobuf submodule to the new URL (#26811) 2021-07-29 10:19:16 -07:00
csharp Reformat source 2020-10-21 15:40:01 -07:00
node Update greeter_client.js (#25802) 2021-07-28 09:37:45 -07:00
objective-c Fix required a higher minimum deployment target of Auth Sample Test (#25736) 2021-03-17 10:50:00 -07:00
php deleted require paths, update grpc to v1.39.0 (#26841) 2021-08-06 11:09:57 -07:00
protos Refactor examples BUILD files 2020-12-23 09:23:32 -08:00
python Replace StopIteration with return (#26861) 2021-08-03 11:08:31 -07:00
ruby Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
README.md Examples README: add link to android example and fix link text 2020-11-19 16:58:59 -05: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.

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