aosp12/external/grpc-grpc/examples/python/multiplex
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
helloworld_pb2.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
helloworld_pb2_grpc.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
multiplex_client.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
multiplex_server.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
route_guide_db.json init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
route_guide_pb2.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
route_guide_pb2_grpc.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
route_guide_resources.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
run_codegen.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

An example showing two stubs sharing a channel and two servicers sharing a server.

More complete documentation lives at grpc.io.