tree: 0b9f90f475361a0a10eb2ad7e820a0b9a857ef19 [path history] [tgz]
  1. models/
  2. client.py
  3. greeter_grpc.fb.py
  4. README.md
  5. server.py
grpc/examples/python/greeter/README.md

Python Greeter example

Prerequisite

  • You need to have grpc python installed on your device pip install grpcio

How to run Server:

  • python server.py ${PORT}

How to run Client:

  • python client.py ${PORT} ${NAME}