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.
 
 
 
 
 
 
Patrice Chalin a3714f5b08
C++ Hello World: refer reader to Quick Start
5 years ago
..
cmake_externalproject Add abseil 5 years ago
cocoapods Make C++ cocoapods example work 7 years ago
.gitignore Add examples/cpp/helloworld/.gitignore 5 years ago
CMakeLists.txt Building C++ example with grpc++ instead of grpc++_unsecure 5 years ago
Makefile Simplify helloworld makefile 5 years ago
README.md C++ Hello World: refer reader to Quick Start 5 years ago
greeter_async_client.cc Fix bazel build for examples 6 years ago
greeter_async_client2.cc Fix bazel build for examples 6 years ago
greeter_async_server.cc Fix bazel build for examples 6 years ago
greeter_client.cc Modify helloworld example to allow a target string 5 years ago
greeter_server.cc Adding Proto Reflection and Health Check to basic C++ example server 5 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.