juliangruber / multipipe

A better `Stream.pipe` that creates duplex streams and lets you handle errors in one place.
294 stars 23 forks source link

Similar to pumpify? #40

Open timdp opened 7 years ago

timdp commented 7 years ago

Just wondering if this package and @mafintosh's pumpify solve the same problem. I've happily been using the latter but multipipe has more npm installs, so if there's a reason why I should be using one or the other, I'm happy to hear you out.

richardscarrott commented 4 years ago

Understanding which stream packages to use in Node is so painful; they all have such bizarre names (multipipe being one of the better names!).

AFAIK multipipe and pumpify do the same thing, but I'd also be interested to hear otherwise?

I've asked the same question over at pumpify https://github.com/mafintosh/pumpify/issues/14