[ 源代码: node-duplexer ]
软件包:node-duplexer(0.1.2-1)
Creates a duplex stream
This modules takes a writable stream and a readable stream and makes them appear as a readable writable stream. It is assumed that the two streams are connected to each other in some way.
node-duplex2 and node-duplex3 are similar but has different APIs.
Node.js is an event-based server-side JavaScript engine.