Self-served Web Socket (and eventually) HTTP stress testing intended for CTS. Serves with nodejs/express.
- Install Requirements:
- nodejs
- npm
Install nodejs requirements with npm (run in cts_stress adjacent to package.json file):
npm install
That should install nodejs modules express and path.
Run server:
node cts_stress_server.js
Visit http://localhost:3000 to view stress page.