Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 438 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 438 Bytes

CTS Stress Test

Self-served Web Socket (and eventually) HTTP stress testing intended for CTS. Serves with nodejs/express.

  1. Install Requirements:
    • nodejs
    • npm
  2. Install nodejs requirements with npm (run in cts_stress adjacent to package.json file):

    npm install

That should install nodejs modules express and path.

  1. Run server:

    node cts_stress_server.js

  2. Visit http://localhost:3000 to view stress page.