Sign in
android
/
platform
/
external
/
flatbuffers
/
8142fedd
/
.
/
grpc
/
examples
/
python
/
greeter
tree: ecb644bb46de5e912e51ab3765bb0d6d2625bdf4 [
path history
]
[
tgz
]
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:
python server.py ${PORT}
How to run Client:
python client.py ${PORT} ${NAME}