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.
project/Src/command_center/web-command-center/frontend/node_modules/socket.io-client
topfive 09b105afc5
系统重构
6 months ago
..
build 系统重构 6 months ago
dist 系统重构 6 months ago
node_modules/debug 系统重构 6 months ago
LICENSE 系统重构 6 months ago
README.md 系统重构 6 months ago
package.json 系统重构 6 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