You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any news about this ? i want also to migrate to clustering app keeping my HTTPS and socketio. But before doing that i need to be sure there is a reliable conf/setup.
Anyone ?
You're probably better off scaling in a more modern way. Stay single threaded and scale with docker containers within an orchestrator (choose some).
However, SSL support would need to add the layer for decryption onto the socket that is being opened, which I currently have no time for to implement. Feel free to open a PR though. But actually SSL terminating your traffic before it reaches your node app is the far better option and for those use cases actually the layer 4 loadbalancing originated, which is the pure difference between this and Fedors original module. From years of experience now I can just state, that the cluster module of node is not really a good way to scale your application, especially in very dynamic environments.
If you search for layer 3 loadbalancing, this should theoretically work, but has never been tested and probably results into bugs.
Is it possible to work on HTTPS? I tried to use it with https.createServer but I got the following error:
And the code works just fine without sticky sessions.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: