The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
 
 
 
 
 
 
Esun Kim 303e568f27
[Build] Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only (#32988)
2 years ago
..
cmake_externalproject [Build] Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only (#32988) 2 years ago
cocoapods clang-format C++ examples (#25764) 4 years ago
.gitignore Add examples/cpp/helloworld/.gitignore 6 years ago
BUILD Examples: unify command line flags (#32456) 2 years ago
CMakeLists.txt Examples: unify command line flags (#32456) 2 years ago
Makefile [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
README.md Docs: fix links to quick start pages 5 years ago
greeter_async_client.cc Examples: unify command line flags (#32456) 2 years ago
greeter_async_client2.cc Examples: unify command line flags (#32456) 2 years ago
greeter_async_server.cc Examples: unify command line flags (#32456) 2 years ago
greeter_callback_client.cc Examples: unify command line flags (#32456) 2 years ago
greeter_callback_server.cc Examples: unify command line flags (#32456) 2 years ago
greeter_client.cc Examples: unify command line flags (#32456) 2 years ago
greeter_server.cc Examples: unify command line flags (#32456) 2 years ago
xds_greeter_client.cc xDS: remove deprecated C++ APIs in the experimental namespace (#31451) 2 years ago
xds_greeter_server.cc xDS: remove deprecated C++ APIs in the experimental namespace (#31451) 2 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.