Comment on Scaling node.js to 100k concurrent connectionsparentComments−ricardobeat14yYou would be using a connection pool instead of opening one for every client.
Comments
You would be using a connection pool instead of opening one for every client.