tree: 4ae2a27e9608a2d08a4658caba65fa1fa6ca176f
  1. models/
  2. client.py
  3. README.md
  4. 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}