tree: f6e2f166b35bf2931e9cc6ecab1fc4c9850c2ca0 [path history] [tgz]
  1. client-ws-app/
  2. loadtest.js
  3. README.md
superset-websocket/utils/README.md

Test & development utilities

The files provided here are for testing and development only, and are not required to run the WebSocket server application.

Test client application

The Express web application in client-ws-app is provided for testing the WebSocket server. See client-ws-app/README.md for details.

Load testing script

The loadtest.js script is provided to populate the Redis streams with event data.

Running

node loadtest.js

The script will populate data continually until the script is exited using CTRL-C.

Note: loadtest.js and test client application are configured to use the server's local config.json values, so care should be taken to not overwrite any sensitive data.