A simple gRPC client and server application using Python
- Python3
- gRPC Python package
Use the package manager pip to install dependency
pip3 install -r requirements.txt
Run the server
python server.py
In another terminal, run the client:
python client.py