Web Streams, based on the WHATWG spec reference implementation
send text/html emails and attachments (files, streams and strings) from node.js to any smtp server
A stream that emits multiple other streams one after another.
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
Create a stream that emits events from multiple other streams
A through2 to create an Array.prototype.map analog for streams.
pipe streams with centralized error handling
A module for shimmimg between execution modes: streams, promises, and callbacks
Generic interruptible "parser" mixin for Transform & Writable streams
create a pipeline of streams using Minipass
fs read and write streams based on minipass
A stream that emits multiple other streams one after another (streams3)
Convert a string into a stream (streams2)
A simple way to cache and replay readable streams.
a collection of useful streams
A through2 to create an Array.prototype.filter analog for streams.