1.0.0 • Published 1 year ago

@applaud/socket.io-client v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@applaud/socket.io-client

Build Status NPM version Downloads npm.io

Sauce Test Status

Install

npm install @applaud/socket.io-client

Documentation

Please see the documentation here.

The source code of the website can be found here. Contributions are welcome!

Debug / logging

In order to see all the client debug output, run the following command on the browser console – including the desired scope – and reload your app page:

localStorage.debug = '*';

And then, filter by the scopes you're interested in. See also: https://socket.io/docs/v4/logging-and-debugging/

License

MIT