Multiplex Streams over WebSockets
npm install ws-mplexThis 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.