This is currently just a POC that starts an echo websocket inside docker, and forwards messages between the client and the docker container.
cd server
python -m pip install -r requirements.txt
uvicorn server:app --reload --port 3000
You can use websocat to test the server: https://github.com/vi/websocat
websocat ws://127.0.0.1:3000/ws
{"source":"client","action":"start"}
We should be robust to these cases:
In each case, the client should be able to reconnect and send a start command