ws-mplex

Multiplex Streams over WebSockets

Usage no npm install needed!

<script type="module">
  import wsMplex from 'https://cdn.skypack.dev/ws-mplex';
</script>

README

ws-mplex

Overview

This library provides the ability to transfer multiple streams over a single WebSocket. It uses MsgPack to exchange control messages and wrap the transmitted data. It is currently limited to Node.js by the use of the Stream API.