Web Sockets Executing script The websockets server script is app.py and runs on localhost: uvicorn app:app In another terminal window run the web server also on localhost:9000 python -m http.server 9000 Documentation You can find our documentation on our website