joseph-montanez / socket.io-client

Realtime application framework (client)

Home Page:https://socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Realtime application framework (client)

https://socket.io

License:MIT License


Languages

Language:JavaScript 58.4%Language:TypeScript 41.5%Language:Shell 0.2%