node-websockify
node-websockify copied to clipboard
A simple WebSocket-to-TCP proxy/bridge you can use in NodeJS
I need to handel the connection on different servers, is possible to open different connection, with like 5 different servers, like: websockifyMaker({ source: '127.0.0.1:8081', target: 'remoteServerIp:5901' }, { source: '127.0.0.1:8082',...
Hello, I would like to know how to manage errors if the port is already used, for example, now I'm getting this error and I can't "catch" it: `The HTTP/S...
is there any way to connect multiple target VNC server by this package?
Bumps [ws](https://github.com/websockets/ws) from 7.2.1 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...