node-duplexify

Turn a writable and readable stream into a streams2 duplex stream
  https://github.com/mafintosh/duplexify
  0
  no reviews



Similar to duplexer2 except it supports both streams2 and streams1 as input and it allows you to set the readable and writable part asynchronously using setReadable(stream) and setWritable(stream).

Node.js is an event-based server-side JavaScript engine.