We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 to redirect the socket request using library.
I have done url rerouting
httpMaster.init({ ports: { 80: { router: { "z75.xyz.com/*": Integer, "z45.xyz.com/*": Integer, "z23.xyz.com/*": Integer, "zz1.xyz.com/*": Integer, "zzz.xyz.com*": Integer } } } }, function (err) { if (err) { console.log(err); }
This is working but if put the socket domain into this, then it not getting directed to that port number. Any ideas ??
zzz, xyz and Integer are used to hide the details.
The text was updated successfully, but these errors were encountered:
Hi @gautamverma - do you mean web sockets? And it works with normal requests?
Sorry, something went wrong.
No branches or pull requests
How to redirect the socket request using library.
I have done url rerouting
This is working but if put the socket domain into this, then it not getting directed to that port number. Any ideas ??
zzz, xyz and Integer are used to hide the details.
The text was updated successfully, but these errors were encountered: