grpc/examples
Vijay Pai 8aff94558c
De-experimentalize C++ callback API (#25728)
* 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
2021-05-27 14:55:25 -07:00
..
android/helloworld Add ABSL_NO_XRAY_ATTRIBUTES 2020-08-28 10:59:36 -07:00
cpp De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
csharp Reformat source 2020-10-21 15:40:01 -07:00
node replace deprecated addProtoService (#25536) 2021-03-03 10:34:51 -08:00
objective-c Fix required a higher minimum deployment target of Auth Sample Test (#25736) 2021-03-17 10:50:00 -07:00
php PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640) 2021-05-01 01:07:44 -07:00
protos Refactor examples BUILD files 2020-12-23 09:23:32 -08:00
python Add Python PSM security example (#26170) 2021-05-05 15:57:38 -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.