grpc/examples/cpp/helloworld
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
..
cmake_externalproject Add support for xDS regex matchers. 2020-07-07 13:17:25 -07:00
cocoapods clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
.gitignore Add examples/cpp/helloworld/.gitignore 2019-09-11 10:50:10 +02:00
BUILD De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
CMakeLists.txt De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
Makefile De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
README.md Docs: fix links to quick start pages 2020-06-16 08:40:59 -04:00
greeter_async_client.cc clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
greeter_async_client2.cc clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
greeter_async_server.cc clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
greeter_callback_client.cc De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
greeter_callback_server.cc De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
greeter_client.cc clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
greeter_server.cc clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
xds_greeter_client.cc Parse command-line args (#26161) 2021-05-04 09:32:56 -07:00
xds_greeter_server.cc Parse command-line args (#26161) 2021-05-04 09:32:56 -07:00

README.md

gRPC C++ Hello World Example

You can find a complete set of instructions for building gRPC and running the Hello World app in the C++ Quick Start.