#Websocket testing server
Gives a simple web ui and ngrok interface for a websocket server.
You will need a configured ngrok account.
python3.11 -m venv venvsource venv/bin/activatepython run.py
- Connect a WS client to whatever ngrok endpoint the CLI outputs
- Open http://localhost:8080 in a web browser
- Send messages from the server to the client.