Sign in
fuchsia
/
third_party
/
flatbuffers
/
1c514626e83c20fffa8557e75641848e1e15cd5e
/
.
/
grpc
/
examples
/
python
/
greeter
tree: c77cccba10971fbd842dffdf84d3ff200b1608b5 [
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}