https://github.com/assertedio/socketio-uptime
Test Socket IO API uptime with Asserted
https://github.com/assertedio/socketio-uptime
nodejs socket-io uptime-monitor
Last synced: 5 months ago
JSON representation
Test Socket IO API uptime with Asserted
- Host: GitHub
- URL: https://github.com/assertedio/socketio-uptime
- Owner: assertedio
- License: mit
- Created: 2020-07-04T20:09:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:12:06.000Z (over 3 years ago)
- Last Synced: 2024-10-24T00:29:37.501Z (over 1 year ago)
- Topics: nodejs, socket-io, uptime-monitor
- Language: JavaScript
- Homepage: https://asserted.io/posts/socketio-health-check-uptime
- Size: 976 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socketio-uptime
Test Socket IO uptime with Asserted

[Test in Prod](https://asserted.io)
## Walkthough
This example is referenced in a walkthrough about [SocketIO Health Checks and Uptime](https://asserted.io/posts/socketio-health-check-uptime)
## Try it out
```bash
# Clone example
git clone https://github.com/assertedio/socketio-uptime
# Enter directory and install
cd socketio-uptime/
npm install
# Run asserted tests
npm run test:asrtd
```
## Add to your own project
In order to create your own tests in your own repo, you should [create an account](https://app.asserted.io) and follow the quick onboarding.
## Learn more
- [Documentation](https://docs.asserted.io)
- [asrtd CLI tool](https://github.com/assertedio/asrtd)
## Notes
- 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.