-`/` (direct, from a listening server): serves the `index.html` - templated for direct requests (e..g: `<script src="/static/tty-receiver.js"></script>`)
-`/` (via the `tty-proxy` TCP connection): serves the `index.html` - templated for the respective session (it already has the session). (e.g.: `<script src="<id>/static/tty-receiver.js"></script>`)
-`/ws/` (direct, from the listening server): accepts a WS connection and connects it to the command opened
-`/ws/` (via the `tty-proxy` TCP connection): accepts a WS connection and connects it to the command opened