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.
 
 
 
 
 
 
Yash Tibrewal 4c53304dcf
Add examples for xDS greeter client and server (#26157)
4 years ago
..
cmake_externalproject Add support for xDS regex matchers. 5 years ago
cocoapods clang-format C++ examples (#25764) 4 years ago
.gitignore Add examples/cpp/helloworld/.gitignore 6 years ago
BUILD Add examples for xDS greeter client and server (#26157) 4 years ago
CMakeLists.txt Added CMakeLists for route_guide example 4 years ago
Makefile Simplify helloworld makefile 5 years ago
README.md Docs: fix links to quick start pages 5 years ago
greeter_async_client.cc clang-format C++ examples (#25764) 4 years ago
greeter_async_client2.cc clang-format C++ examples (#25764) 4 years ago
greeter_async_server.cc clang-format C++ examples (#25764) 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 Add examples for xDS greeter client and server (#26157) 4 years ago
xds_greeter_server.cc Add examples for xDS greeter client and server (#26157) 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.