tree: 99fd224a193dc9f680431a5d9b57333faa6164aa [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}