Home | History | Annotate | only in /external/grpc-grpc/examples/python/multiplex
Up to higher level directory
NameDateSize
helloworld_pb2.py22-Oct-20203.8K
helloworld_pb2_grpc.py22-Oct-20201.3K
multiplex_client.py22-Oct-20204.6K
multiplex_server.py22-Oct-20204.5K
README.md22-Oct-2020182
route_guide_db.json22-Oct-202013.4K
route_guide_pb2.py22-Oct-202010.8K
route_guide_pb2_grpc.py22-Oct-20204.1K
route_guide_resources.py22-Oct-20201.3K
run_codegen.py22-Oct-2020926

README.md

      1 An example showing two stubs sharing a channel and two servicers sharing a server.
      2 
      3 More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html).
      4