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.
 
 
 
 
 
 
AJ Heller 24bc7c455f
Match the greeter async example to the tutorial (#30731)
2 years ago
..
cmake_externalproject Use gRPC_BUILD_MSVC_MP_COUNT for windows cmake distrib tests (#28202) 3 years ago
cocoapods clang-format C++ examples (#25764) 4 years ago
.gitignore Add examples/cpp/helloworld/.gitignore 5 years ago
BUILD Add a test for a (now-illegal) build file construct (#27602) 3 years ago
CMakeLists.txt De-experimentalize C++ callback API (#25728) 4 years ago
Makefile Requiring C++14 (#29589) 3 years ago
README.md Docs: fix links to quick start pages 5 years ago
greeter_async_client.cc Match the greeter async example to the tutorial (#30731) 2 years ago
greeter_async_client2.cc Adjust include order per style guide (#27175) 3 years ago
greeter_async_server.cc clang-format C++ examples (#25764) 4 years ago
greeter_callback_client.cc De-experimentalize C++ callback API (#25728) 4 years ago
greeter_callback_server.cc De-experimentalize C++ callback API (#25728) 4 years ago
greeter_client.cc clang-format C++ examples (#25764) 4 years ago
greeter_server.cc clang-format C++ examples (#25764) 4 years ago
xds_greeter_client.cc Parse command-line args (#26161) 4 years ago
xds_greeter_server.cc Parse command-line args (#26161) 4 years ago

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.