mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
f56fdd0f09bb42e81bfacd0a73dde03531d0493d
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
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
Languages
TypeScript
63.8%
JavaScript
36%