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.
 
 
 
 
 
 
Esun Kim dc65036957 [C++] Transition to C++17 (CMake) (#38335) 1 month ago
..
cmake_externalproject [C++] Transition to C++17 (CMake) (#38335) 1 month ago
cocoapods [C++] Transition to C++17 (#37919) 2 months ago
.gitignore
BUILD [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36359) 10 months ago
CMakeLists.txt [Build] Bumped the minimum version of cmake (#37702) 5 months ago
Makefile [C++] Transition to C++17 (#37919) 2 months ago
README.md Docs: fix links to quick start pages 5 years ago
greeter_async_client.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
greeter_async_client2.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
greeter_async_server.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
greeter_callback_client.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
greeter_callback_server.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
greeter_client.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
greeter_server.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
xds_greeter_client.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months ago
xds_greeter_server.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 5 months 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.