Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
caf3b494dbadbbe501ef8fbc1eee8cc4e0152456
/
.
/
grpc
/
examples
/
python
/
greeter
tree: 0b9f90f475361a0a10eb2ad7e820a0b9a857ef19 [
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}