Test Socket IO uptime with Asserted
npm install @asserted/socketio-uptimeThis example is referenced in a walkthrough about SocketIO Health Checks and Uptime
``bashClone example
git clone https://github.com/assertedio/socketio-uptime
Add to your own project
In order to create your own tests in your own repo, you should create an account and follow the quick onboarding.Learn more
- Documentation
- asrtd CLI toolNotes
- Typically the
asrtd command line tool is installed globally with npm i -g asrtd.
- All code related to running the tests for Asserted should be in the .asserted` directory.