JSPM

socket.io-client-fixed-types

4.5.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 158
  • Score
    100M100P100Q91911F
  • License MIT

Realtime application framework client

Package Exports

  • socket.io-client-fixed-types
  • socket.io-client-fixed-types/dist/socket.io.js
  • socket.io-client-fixed-types/dist/socket.io.js.map
  • socket.io-client-fixed-types/package.json

Readme

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