spion / promise-streams

A collection of node.js streams that work well with promises (through, map, reduce, etc...)
93 stars 11 forks source link

Update to bluebird 2? #1

Closed pocesar closed 10 years ago

pocesar commented 10 years ago

I was going to 'create' a module that handled promises and pipe them through streams, but found yours. what about upgrading to bluebird 2 and getting rid of deprecated API? mainly defer() and cast()

spion commented 10 years ago

I upgraded the module to bluebird 2.x.

Have you looked at RxJS? A month ago (or something like that), they added support for promises for many of their methods, as well as backpressure. Not to mention it has a much better API

pocesar commented 10 years ago

really nice, didn't know that library, will check it out, thanks for the tip