You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wang 6d54ecbe66
merge main
3 months ago
..
build merge main 3 months ago
dist merge main 3 months ago
node_modules/debug merge main 3 months ago
LICENSE merge main 3 months ago
README.md merge main 3 months ago
package.json merge main 3 months ago

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