Building a Chat Client with Python and using Websockets and gRPC
poetry config virtualenvs.in-project true
poetry self add poetry-plugin-shell
python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. proto/chat.proto
python grpc_server.py python websocket_server.py
python grpc_client.py python websocket_client.py