Basically I want to run websockify for proxying for websockets, the python version is a far cry for windows. I need detailed specific help, link or anything explaining how to configure/use websockify with nodejs or java.
The node.js works fine in Windows. It has a subset of the same parameters as the python version. For example, to listen on localhost
port 6080 and connect to vncserver
port 5901 and serve the web files from the current directory, run it like this:
node other/js/websockify.js --web ./ localhost:6080 vncserver:5901