socket.io.users_to_sid

This module finds and manages which socket is from who and visa versa. One user per person. User means: Unlimited (new) browser tabs/windows but same machine. OR You can pass custom authorized id and have one user with it's sockets per group of different

Usage no npm install needed!

<script type="module">
  import socketIoUsersToSid from 'https://cdn.skypack.dev/socket.io.users_to_sid';
</script>

README