ws-mplex
v0.2.0
Published
Multiplex Streams over WebSockets
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.
