A websocket based mud client. A telnet->websocket proxy.
proxy is modified websockify node.js implementation (fixed some errors) client uses websockify websocket implementation (flash fallback)
Proxy: node /proxy/websockify.js node websockify.js webSocketServer:8000 telnetSource:4000
[http://njs50.github.io/ws_mud/]
in case you wanted to play with this dockerfile.... (it expects the client to already be built at client/dist )
docker-machine scp -r ./config rancher:/home/rancher/config
docker build -t mud-proxy .
docker-compose stop docker-compose rm
docker-compose up -d
docker-compose up -d --no-deps --build mud-proxy