qwqdanchun.github.io/node_modules/socket.io-client
qwqdanchun 1b6a0fbb18 test 2022-11-11 19:16:46 +08:00
..
build test 2022-11-11 19:16:46 +08:00
dist test 2022-11-11 19:16:46 +08:00
node_modules test 2022-11-11 19:16:46 +08:00
LICENSE test 2022-11-11 19:16:46 +08:00
README.md test 2022-11-11 19:16:46 +08:00
package.json test 2022-11-11 19:16:46 +08:00

README.md

socket.io-client

Build Status NPM version Downloads

Sauce Test Status

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