mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
Refactored python grpc code gen Adds example server & client + fixes ci Fixes generated code Making sure we encode the reply string as utf8 Adds Readme details to clarify issue regarding encoding when python is sending/receiving
12 lines
232 B
Markdown
12 lines
232 B
Markdown
# 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}` |