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
..
models Bugfix: grpc python code generation location and file suffix (#8359) 2025-06-24 22:52:40 -07:00
client.py bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
greeter_grpc.fb.py bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
README.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
server.py bulk code format fix (#8707) 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}