README
socketworker.io
What is it?
A lightweight, drop-in replacement for socket.io-client, which places the connection in its own webworker. It does not handle Manager. Yet.
A webworker wrapper for socket.io
<script type="module">
import socketworkerIo from 'https://cdn.skypack.dev/socketworker.io';
</script>
A lightweight, drop-in replacement for socket.io-client, which places the connection in its own webworker. It does not handle Manager. Yet.