A simple demo project to show how web sockets protocol work Step 1: Start server: uvicorn server:app --reload Start client app: python .\client.py