/ piacw.com / dev / final / node_modules / duplexer /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2 years ago -  
[   ]LICENCE2 years ago1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago1.8K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago1.8K0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

duplexer

build status dependency status

browser support

Creates a duplex stream

Taken from event-stream

duplex (writeStream, readStream)

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.

Example

var cp = require('child_process')
  , duplex = require('duplexer')
  , grep = cp.exec('grep Stream')

duplex(grep.stdin, grep.stdout)

Installation

npm install duplexer

Tests

npm test

Contributors

MIT Licenced

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80