30 open-source projects similar to sindresorhus/get-stream, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)
Node-core streams for userland
Promisify a callback-style function
Combine an array of streams into a single duplex stream using pump and duplexify
A stream that emits multiple other streams one after another (streams3)
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Transform the first chunk in a stream
Transform stream that lets you peek the first line before deciding how to parse it
Easily test your Electron apps using ChromeDriver and WebdriverIO.
executable specification for Stream (make testing streams easy)
An async control-flow library that makes stepping through logic easy.
Turn a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last stream.
High-level streams library for Node.js and the browser
`sh npm install --save stream-to-promise `
`bash $ npm install stream-callback --save `
q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It serves as a system for coordinating parallel tasks and sequencing asynchronous workflows through task chaining and error propagation. The library distinguishes itself with specialized debugging tools that capture long stack traces across asynchronous jumps and monitor unhandled rejections to prevent silent failures. It also functions as a remote object proxy, forwarding method calls to remote targets and routing responses back through promises. The project provides comprehensive
Limit the execution rate of a function
Returns a new stream and copies over all properties and methods from the original response giving you a complete duplicate.
Inspired by the createServer() helper function in the Got tests.
A same behaviour EventTarget prototype, that can work with any object from JavaScript