Thursday 24 January 2019

Is there a way to pass off a socket connection to another Node listener on a totally different server?

I'm trying to wrap my head around how I can possibly architect my app with scalability in mind with Node. I'm at the point where my idea is to have a client connect to an initial Node server (Express / web-based in this case) and that server will load balance connections, sending connected clients off to other slave instances based on load.Anyone feedback on reading material or if there's an existing method I just haven't discovered, I'm all ears. Thanks!

Submitted January 24, 2019 at 06:29PM by Grandpa_Willy

No comments:

Post a Comment