Damien Arrachequesne f56fdd0f09 chore: remove duplicate package.json file
The additional package.json file, which was copied to
build/cjs/package.json, did hide the parent one, leading to several
issues and providing no real feature. The other one, copied to
build/esm/package.json, is needed though, to enforce the module type.

Related:

- https://github.com/socketio/socket.io/issues/4194
- https://github.com/socketio/socket.io-client/issues/1513
2022-01-04 09:57:43 +01:00
2021-11-18 13:51:36 +01:00
2021-01-08 15:13:43 +01:00
2021-11-18 13:40:46 +01:00
2021-11-18 13:40:46 +01:00
2020-10-13 23:35:22 +02:00
2021-11-18 13:51:36 +01:00
2014-07-25 08:02:12 -06:00
2021-11-18 13:51:36 +01:00
2021-04-07 10:01:43 +02:00

socket.io-client

Build Status Dependency Status devDependency 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

Description
No description provided
Readme MIT 43 MiB
Languages
TypeScript 63.8%
JavaScript 36%