Proof of concept running an async gPRC server and client in Python. Based on examples from https://github.com/grpc/grpc/tree/master/examples/python.
- Install packages
poetry install
- Build gRPC code from
.proto
service definitionmake build
- Run server
make run-server
- Run client
make run-client