You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.