android13/external/grpc-grpc/examples/python/multiplex
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README.md initial 2024-06-22 20:45:49 +08:00
helloworld_pb2.py initial 2024-06-22 20:45:49 +08:00
helloworld_pb2_grpc.py initial 2024-06-22 20:45:49 +08:00
multiplex_client.py initial 2024-06-22 20:45:49 +08:00
multiplex_server.py initial 2024-06-22 20:45:49 +08:00
route_guide_db.json initial 2024-06-22 20:45:49 +08:00
route_guide_pb2.py initial 2024-06-22 20:45:49 +08:00
route_guide_pb2_grpc.py initial 2024-06-22 20:45:49 +08:00
route_guide_resources.py initial 2024-06-22 20:45:49 +08:00
run_codegen.py initial 2024-06-22 20:45:49 +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.