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.
 
 
 
 
 
 
Eugene Ostroukhov ec2a7668e3
[examples] Add CPP multiplex example (#33187)
2 years ago
..
BUILD [examples] Add CPP multiplex example (#33187) 2 years ago
CMakeLists.txt [examples] Add CPP multiplex example (#33187) 2 years ago
README.md [examples] Add CPP multiplex example (#33187) 2 years ago
multiplex_client.cc [examples] Add CPP multiplex example (#33187) 2 years ago
multiplex_server.cc [examples] Add CPP multiplex example (#33187) 2 years 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.