duplexer
Creates a duplex stream
Last updated 12 years ago by raynos .
MIT · Repository · Bugs · Original npm
$ cnpm install duplexer 
SYNC missed versions from official npm registry.

duplexer build status

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

make test

Contributors

  • Dominictarr
  • Raynos

MIT Licenced

Current Tags

  • 0.1.2                                ...           latest (5 years ago)

3 Versions

  • 0.1.2                                ...           5 years ago
  • 0.0.4                                ...           12 years ago
  • 0.1.1                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org