A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises
TypeScript
102
5
MIT License
Bluestream is a Node.js library that provides a collection of streams designed to work seamlessly with promises and async functions, offering an alternative to traditional callback-based streams like Through2. It is ideal for developers who need to handle data over time while leveraging the simplicity and error-handling benefits of promises.