Files
flatbuffers/grpc/examples/python/greeter
Daniel Nguyen 27325e002a docs: clean up whitespace and fix typo in tutorial.md (#8695)
* docs: remove trailing whitespace

* docs: fix typo in tutorial.md
2025-09-25 09:02:22 -07:00
..
2025-09-23 21:50:27 -07:00
2025-09-23 21:50:27 -07:00

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}