项目原始demo,不改动
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 před 4 roky
..
test [Version] V.3.8 před 4 roky
.npmignore [Version] V.3.8 před 4 roky
.travis.yml [Version] V.3.8 před 4 roky
LICENCE [Version] V.3.8 před 4 roky
README.md [Version] V.3.8 před 4 roky
index.js [Version] V.3.8 před 4 roky
package.json [Version] V.3.8 před 4 roky

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 grep = cp.exec('grep Stream')

duplex(grep.stdin, grep.stdout)

Installation

npm install duplexer

Tests

npm test

Contributors

  • Dominictarr
  • Raynos
  • samccone

MIT Licenced