Socket.IO

Common tests for Socket.IO APIs

Features of this Example

  • Socket.IO connect and disconnect

  • Emit events to and from client

Walkthrough

This example was referenced in a walkthrough about Socket.IO Health Checks and Uptime.

Try it out

Repo is available here.

# Clone example
git clone https://github.com/assertedio/graphql-uptime

# Enter directory and install
cd node-uptime/
npm install

# Run asserted tests
npm run test:asrtd

Tests

Can also be viewed on github here.

Last updated

Was this helpful?