mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:21:06 +00:00
27325e002a
* docs: remove trailing whitespace * docs: fix typo in tutorial.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}