The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
642 B

# Examples
10 years ago
This directory contains examples for all the C-based gRPC implementations. Each
language subdirectory contains a Hello World example and more:
* [C#](csharp)
* [C++](cpp)
* [Node.js](node)
* [Objective-C](objective-c/helloworld)
* [PHP](php)
* [Python](python/helloworld)
* [Ruby](ruby)
10 years ago
For a complete list of supported languages, see [Supported languages and
platforms][lang].
10 years ago
For comprehensive documentation, including an [Introduction to gRPC][intro] and
tutorials that use this example code, visit [grpc.io](https://grpc.io).
[intro]: https://grpc.io/docs/what-is-grpc/introduction
[lang]: https://grpc.io/docs/languages/