ws-multiplex 1.1.0
Install from the command line:
Learn more about npm packages
$ npm install @exposr/ws-multiplex@1.1.0
Install via package.json:
"@exposr/ws-multiplex": "1.1.0"
About this version
Bi-directional channel multiplexer that runs on-top of a single websocket connection. Allows multiple arbitrary data streams over one connection.
Node.js Duplex stream interface allowing each channel to be used as any other duplex stream. Compatible interface with net.Socket.