README
node-ws-binary-stream
A simple duplex stream wrapper for 'ws' websockets in binary mode.
A simple Node duplex stream wrapper around a 'ws' websocket in binary mode.
<script type="module">
import wsBinaryStream from 'https://cdn.skypack.dev/ws-binary-stream';
</script>
A simple duplex stream wrapper for 'ws' websockets in binary mode.