xref: /aosp_15_r20/external/flatbuffers/grpc/examples/python/greeter/README.md (revision 890232f25432b36107d06881e0a25aaa6b473652)
1*890232f2SAndroid Build Coastguard Worker# Python Greeter example
2*890232f2SAndroid Build Coastguard Worker
3*890232f2SAndroid Build Coastguard Worker## Prerequisite
4*890232f2SAndroid Build Coastguard Worker
5*890232f2SAndroid Build Coastguard Worker- You need to have grpc python installed on your device `pip install grpcio`
6*890232f2SAndroid Build Coastguard Worker## How to run Server:
7*890232f2SAndroid Build Coastguard Worker
8*890232f2SAndroid Build Coastguard Worker- `python server.py ${PORT}`
9*890232f2SAndroid Build Coastguard Worker
10*890232f2SAndroid Build Coastguard Worker## How to run Client:
11*890232f2SAndroid Build Coastguard Worker
12*890232f2SAndroid Build Coastguard Worker- `python client.py ${PORT} ${NAME}`