1# Python Greeter example 2 3## Prerequisite 4 5- You need to have grpc python installed on your device `pip install grpcio` 6## How to run Server: 7 8- `python server.py ${PORT}` 9 10## How to run Client: 11 12- `python client.py ${PORT} ${NAME}`
View as plain text