I'm working on a JavaScript/AngularJS application that communicates with a server using websockets.
Is there an efficient method to conduct a load test? I want to simulate what will occur if the app receives 100 calls simultaneously (resulting in 100 connections to the webserver).
What is the best approach to testing this scenario? If any software is required, it should be able to run locally as the application is hosted on my computer.
Any suggestions or guidance would be greatly appreciated!