I am unable to configure websockify, nodejs and java implementations the server i am using is TightVNC

567 views Asked by At

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.

1

There are 1 answers

3
kanaka On BEST ANSWER

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