Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
caf3b494dbadbbe501ef8fbc1eee8cc4e0152456
/
.
/
grpc
/
examples
/
python
/
greeter
/
README.md
blob: fcf310c0d6c1d10ded29745a346075035a75f114 [
file
] [
log
] [
blame
] [
view
]
# 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}`