I'm not sure about 'streams1' though, but there are wrappers for it, such as https://www.npmjs.org/package/readable-wrap.
I don't think you need to wrap the writable part of the pipeline, since most of the issues with original streams were when readable stream starts emitting before you can set up a listener. As for v3 to v2, as far as I'm aware, it should be backwards compatible., it's mostly about flowing/non-flowing mode thing. On Sunday, October 12, 2014 1:30:45 AM UTC+2, q2dg2b wrote: > > Hello friends. > > I see still there are many modules based on Streams1, when in Node 0.10 > Streams2 implementation has appeared. Are there any plans about deprecating > Stream1 in a far/near future?? If not, will both implementations coexist > side by side?? Which should be officially recomended to use, then? > > Thanks > > P.D: I've seen in several places ( > http://stackoverflow.com/questions/21538812/what-is-streams3-in-node-js-and-how-does-it-differ-from-streams2, > > https://github.com/joyent/node/issues/5860) a "Streams3" implementation > for Node 0.12, but I don't get the point...will it be a real change from > Streams2 or is it only a marketing name?? > -- 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/cbc6f459-3b13-472f-b874-663e84d8e87a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
