I want to test how many concurrent connections a node.js application can handle. What is the best way to do this? I have an application in node.js ready. Which will be the best way to test its capacity?
If your application is using HTTP, I recommend Siege.