@asserted/socketio-uptime
v0.0.4
Published
Test Socket IO uptime with Asserted
Downloads
4
Maintainers
Readme
socketio-uptime
Test Socket IO uptime with Asserted
Walkthough
This example is referenced in a walkthrough about SocketIO Health Checks and Uptime
Try it out
# Clone example
git clone https://github.com/assertedio/socketio-uptime
# Enter directory and install
cd socketio-uptime/
npm install
# Run asserted tests
npm run asrtd:test
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
Notes
- Typically the
asrtd
command line tool is installed globally withnpm i -g asrtd
. - All code related to running the tests for Asserted should be in the
.asserted
directory.