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.
 
 
 
 
 
 
Jan Tattermusch 0f1afec5a8
[protobuf] Upgrade third_party/protobuf to 22.x (#32606)
2 years ago
..
BUILD Add a test for a (now-illegal) build file construct (#27602) 3 years ago
CMakeLists.txt CMake's better handling c++14 requirement (#31916) 2 years ago
Makefile [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
README.md Docs: fix links to grpc.io tutorial pages 5 years ago
helper.cc RouteGuide example: Abort if database file not found (#29398) 3 years ago
helper.h clang-format C++ examples (#25764) 4 years ago
route_guide_callback_client.cc Small cleanup (#29125) 3 years ago
route_guide_callback_server.cc Fix missed override specifier (#31489) 2 years ago
route_guide_client.cc Adjust include order per style guide (#27175) 3 years ago
route_guide_db.json move examples to correct locations 9 years ago
route_guide_server.cc Adjust include order per style guide (#27175) 3 years ago

README.md

gRPC Basics: C++ sample code

The files in this folder are the samples used in gRPC Basics: C++, a detailed tutorial for using gRPC in C++.