In Node.js, a duplex stream combines both readable and writable streams, and data can be written to and read from the '______' side.

  • input
  • output
  • read
  • write
In Node.js, a duplex stream combines both readable and writable streams, and data can be written to and read from the 'output' side. Duplex streams allow bidirectional data flow, making them suitable for tasks where data needs to be both read and written.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *