tree: 4ae2a27e9608a2d08a4658caba65fa1fa6ca176f
- models/
- client.py
- README.md
- 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:
How to run Client:
python client.py ${PORT} ${NAME}