duplexer

WebJar for duplexer

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

duplexer
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

duplexer
WebJar for duplexer
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/Raynos/duplexer

Download duplexer

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/duplexer/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>duplexer</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/duplexer/
implementation 'org.webjars.npm:duplexer:0.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/duplexer/
implementation ("org.webjars.npm:duplexer:0.1.2")
'org.webjars.npm:duplexer:jar:0.1.2'
<dependency org="org.webjars.npm" name="duplexer" rev="0.1.2">
  <artifact name="duplexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='duplexer', version='0.1.2')
)
libraryDependencies += "org.webjars.npm" % "duplexer" % "0.1.2"
[org.webjars.npm/duplexer "0.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

  • Dominictarr
  • Raynos
  • samccone

MIT Licenced

Versions

Version
0.1.2
0.1.1