-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i handle multiple connection, with different ip and different ports ? #15
Comments
You can just make multiple instances
|
@emulk https://github.com/sukkamehu/node-multi-websockify Just moment ago I created probably something which you could utilize? |
Hi, it doens't work. `WebSocket settings: Error: The HTTP/S server is already being used by another WebSocket server Node.js v18.17.1` |
did you solve? |
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',
target: 'remoteServerIp:5902'
}, {
source: '127.0.0.1:8083',
target: 'remoteServerIp:5903'
}
);
Thank you
The text was updated successfully, but these errors were encountered: