> On Dec 22, 2014, at 12:05 PM, Floby <[email protected]> wrote:
> 
> duplex-maker
> 
> > Create a duplex stream from a writable and a readable
> 
> var writable = fs.createWriteStream('/to/write');
> var readable = fs.createReadStream('/to/read');
> 
> var duplex = DuplexMaker(writable, readable);

I'm curious if you looked for other modules that do this -- I wrote one, and 
I'm starting to think about the discoverability problems we create with small 
modules and no consistent organizational schemes.

 
Aria

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/37AB4221-B4B8-4197-9610-38F2F271A134%40nbtsc.org.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to