Sign in
chromium
/
external
/
github.com
/
google
/
flatbuffers
/
master
/
.
/
grpc
/
examples
/
python
/
greeter
tree: 99fd224a193dc9f680431a5d9b57333faa6164aa [
path history
]
[
tgz
]
models/
client.py
greeter_grpc.fb.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:
python server.py ${PORT}
How to run Client:
python client.py ${PORT} ${NAME}