Spaceface16518 / Converse

A web based chat website using socketIO and express
https://converse2.herokuapp.com/
0 stars 0 forks source link

Socket.io debug integration #10

Closed Spaceface16518 closed 6 years ago

Spaceface16518 commented 6 years ago

Socket.io, though defaulting to silence, has a debug property. Here is a link to a socket.io page explaining it.

Code

<script>
    localStorage.debug = '*';
</script>