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.
 
 
 
 
 
 
Craig Tiller dbb5164ac7 [clang-format] Remove custom clang-format rules for include ordering (#37820) 2 months ago
..
BUILD
CMakeLists.txt
README.md
multiplex_client.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 2 months ago
multiplex_server.cc [clang-format] Remove custom clang-format rules for include ordering (#37820) 2 months ago

README.md

gRPC C++ Multiplexing Example

This example shows how to use a single connection to send multiple concurrent asynchronous requests to different services. It also demonstrates multiple sharing the same server connection.