asynckit
Minimal async jobs utility library, with streams support
Found 10562 results for async streams
Minimal async jobs utility library, with streams support
Abstract streams to deal with the whole buffered contents.
Monadic streams
Convert Node.js streams to streaming iterables
Foundation for async iterators as streams
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
An alternantive to EventEmitter using consumable streams.
Uint8Array async iterator adapters for Node.js streams
Convert push-based streams to pull-based async iterables
A collection of utilities for async iterables. Designed to replace your streams.
StreamQueue pipe the queued streams one by one in order to preserve their content order.
Fast Async Iterator for browser Readable Streams.
Create handshakes for binary protocols with iterable streams
Dependency-free streams utils for Node.js
Pipe ES6 Async Generators through Node.js Streams
Convert push-based streams to pull-based async iterables (fork of queueable)
Mix Async/Sync code with Promises and Streams in a reusable unified line
Reactive streams & subscription primitives for constructing dataflow graphs / pipelines
An async version of through2-map -- async Array.prototype.map for streams
A comprehensive collection of helper methods for WebStreams with built-in backpressure support, inspired by ReactiveExtensions
Handles completion and errors for sync, callbacks, promises, observables and streams.
A map function for Web Streams with concurrency support. Like node's ReadableStream.map(), but for Web Streams.
Parallel transform for web streams. Zero dependencies.
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Most.js based middleware for Redux. Handle async actions with monadic streams and reactive programming.
**_Node.js core streams for userland_**
Create Most.js Streams from async iterables
Asynchronously recursive, pure function <3 via lazy streams.
Create async iterators from Arrays, EventEmitters, and Streams
A promise based streaming tokenizer
A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises
Small, parallel and fast test framework with suppport for async/await, promises, callbacks, streams and observables. Targets and works at node.js v0.10 and above.
Convert RxJS Observable streams to async iterators
ES6 Tagged Template for compiling HTML template streams.
Map over promises concurrently
32 bit unsigned host byte order length prefix message streams as async iterators
A set of utilities that extend the use of JSON
Efficient way of connecting disparate streams
Handle completion and errors with elegance! Support for streams, callbacks, promises, child processes, async/await and sync functions. A drop-in replacement for [async-done][] - pass 100% of its tests plus more
Settle an async function.
Parallelized transform streams for everyone!
An async iterator that joins multiple other async iterators in order, one after another.
A Promise-based interface into processes created by child_process.spawn
A consumable stream demultiplexer.
Zip/Tar a complete folder or a glob list into a zip/tgz file
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
Lightweight and real-time data functional stream programming framework like event-stream, written in ES6 using async await with multi-threading and typescript support
Run multiple promise-returning & async functions with limited concurrency
Get the first fulfilled promise that satisfies the provided testing function
A simple promise wrapper for child_process.spawn that lets you process output streams while waiting for completion
Compose your async functions with elegance.
Higher-order functions and common patterns for asynchronous code
A tiny library designed to parallel or series chain streams, promises or functions with callbacks.
Promisify a callback-style function
Fast, easy and dynamic tokenizer for Node Streams
Runtime for Regenerator-compiled generator and async functions.
Fast, in memory work queue
Utility to "pipe" async iterables together
`Start a promise chain
Run an array of functions in parallel
Allows users to use generators in order to write common functions that can be both sync or async.
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
A utility to retry failed async methods.
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
An asynchronous yieldable version of JSON.stringify and JSON.parse
Simple and modern async event emitter
Full featured Promises/A+ implementation with exceptionally good performance
generator async control flow goodness
Open Node Streams on demand with async support (original code from https://github.com/jpommerening/node-lazystream)
Determine if a function is a native async function.
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
Streaming length prefixed buffers with async iterables
A function that returns the normally hidden `AsyncFunction` constructor
A basic but performant promise implementation
Create a promise that can be canceled
Universal WHATWG Fetch API for Node, Browsers and React Native
Retry a promise-returning or async function
Timeout a promise after a specified amount of time
Explode async and generator functions into a state machine.
FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.
SaveStream: Effortlessly save and store streams in your web browser. Optimal memory management for large data, seamless integration, and secure reliability. Upgrade your web apps today and unlock the power of efficient stream saving.
elegant & feature rich browser / node HTTP with a fluent API
delay the evaluation of a paramless async function and cache the result
Contain async insanity so that the dark pony lord doesn't eat souls
Promise queue with concurrency control
nodejs streams using async/await functions
Create a deferred promise
Environment agnostic nextTick polyfill
asynchronous function queue with adjustable concurrency
Async npm module for Node JS that reads the first line of a file
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Reduce a list of values using promises into a promise for a value
Delay a promise a specified amount of time
Check if something is a promise
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Transform async functions to generator functions with speed and simplicity.
Promisify an event by waiting for it to be emitted
asynchronous function queue with adjustable concurrency
Isomorphic, functional type-checking for Javascript
Iterate over promises serially
Filter promises concurrently
A library of async iterator extensions for JavaScript including ```map```, ```reduce```, ```filter```, ```flatMap```, ```pipe``` and [more](https://github.com/jamiemccrindle/axax/blob/master/docs/API.md#functions).
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
Memoize/cache function results
Run some code when the process exits
Distributed task scheduler and rate limiter
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
A mutex for guarding async workflows
Concat all buffers/strings yielded from an async iterable into a single BufferList/string
Lock on asynchronous code
Create sync/async APIs with usable logic
Inspect the life of handle objects in node
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
`net.Server#listen()` helper that returns a Promise for async / await
Asynchronous bootstrapping of Node applications
Semaphore using `async` and `await`
A JavaScript extension package for building strong and modern applications.
Run multiple promise-returning & async functions with limited concurrency using native ES9
Wait for a condition to be true
Compose promise-returning & async functions into a reusable pipeline
Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.
Extends Chai with assertions about promises.
Map over promises serially
Throttle promise-returning & async functions
Async module-loading library and protocol for bundlers/loaders targeting isomorphic apps and Node.js.
`AsyncIterator.prototype`, or a shared object to use.
Run some code when the process exits (supports async hooks and pm2 clustering)
Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.
Run promise-returning & async functions concurrently with optional limited concurrency
Run an array of functions in series
validate form asynchronous
Take care of your `spawn()`
`timers/promises` for client and server.
Run promise-returning & async functions in series, each passing its result to the next
Wait for multiple callback
Execute an async function per stream data event, pausing the stream when a concurrency limit is saturated
Run an array of functions in parallel, but limit the number of tasks executing at the same time
The scrypt password-based key derivation function with sync and cancellable async.
Modular and fast Promises implementation
Memoize promise-returning & async functions
A simple asynchronous tool
Promisified setTimeout
An optionally-asynchronous forEach with an interesting interface.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Modern and scalable routing for React applications
Runs a list of async tasks, passing the results of each into the next one
A lightweight Promises/A+ and when() implementation, plus other async goodies.
Async/await wrapper for easy error handling in js
Convert any object to thenable
Wait for expectation to be true, useful for integration and end to end testing
In memory queue system prioritizing tasks
The JavaScript Task Runner
Apply an async function to each Array element in series.
Wait for any promise to be fulfilled
Modern and scalable routing for React applications
Modern and scalable routing for React applications
Wait for a specified number of promises to be fulfilled
Modern and scalable routing for React applications
Make a promise always fulfill with its actual fulfillment value or rejection reason
Modern and scalable routing for React applications
Abortable async function helpers
Settle promises concurrently and get their fulfillment value or rejection reason
a runtime interface
support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.
An utility belt for working with streams using async iterators
Coalesces multiple promises for the same identifier into a single request
Turns async function into sync via JavaScript wrapper of Node event loop
Node.js test runner that lets you develop with confidence.
Modern and scalable routing for Web applications
Map-like, concurrent promise processing for Node.js
YouTube IFrame Player API abstraction.
The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.
Make array iteration easy when using async/await and Promises
Modern and scalable routing for React applications
Parser for FTP server responses
A sane FTP client implementation for NodeJS
Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish
async.mapLimit's functionality available as a standalone npm module
Read the entire contents of a file.
Resolve a path by walking parent directories.
Async/await error handling support for expressjs
Test whether a path exists on the filesystem.
Async value container
Modern version of setInterval for promises and async functions available in Node.js and browsers.
Bundle results of async functions calls into one callback with all the results
Get the arguments of a function, arrow function, generator function, async function
Add a callback to the next tick queue.
Creates a value/error pair to mimic promise behavior
call your callbacks in a waterfall, at speed
An implementation of Domain-like error handling, built on async_hooks
Zero-overhead asynchronous parallel/each/map function call
Evaluate asynchronous tasks with configurable concurrency.
Flush promises in tests
An event emitter implementation with async support in mind
Transform async/await to promise chains
Transform streams with async functions, preserving order
A plugin for the Acorn parser that understands the ES7 keywords async and await
Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil
Cancelable Async Flows: a wrapper to treat generators as cancelable async functions
Zero-overhead asynchronous series/each/map function calls
Loading wrapper and TypeScript types for the PayPal JS SDK
horsepower for your modules
Modern and scalable routing for React applications
Debounce promise-returning & async functions
Make streams thenable
A simple and non-blocking PNG encoder / decoder.
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
RxJS based middleware for Redux. Compose and cancel async actions and more.
Tiny async loader for modern browsers
Make bluebird work with the continuation-local-storage module.
Automated browser testing for the modern web development stack.
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
Maintained fork of later. Determine later (or previous) occurrences of recurring schedules
Efficient stream sharing for most.js
Mutex locks for async functions
Asynchronous flow control with a functional taste to it
Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling
Library that can be used to retry functions that return promise
Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.
async parallellimitmethod as module.
The next generation of events handling for javascript! New: abstract away the network!
A module for sequencing and executing tasks and dependencies in maximum concurrency
Caching DNS resolve
Express Error Handler for Async Functions
A lightweight promise library
Simple, consistent sync or async process spawning
ES7 async-await wrapper for the csv package.
Parse ePub electronic book files with Node.JS
Just like EventEmitter, but with support for callbacks and interuption of the listener-chain
Read or write to a stream using while and await, not event handlers.
A tiny version of Golang's WaitGroup with typings, promises, and zero dependencies.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
seriously like the best async child process library
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
Promisify any of: callback function, sync function, generator function, promise-returning function
Generic browser priority queue.
Asynchronous Array Utilities (for await)
A lean Promises and Async lib for ES6/ES7
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
Simply gzip and ungzip in Node.js with promises
Asynchronous iterator function for parallel processing.
Checks whether a command line command exists in the current environment.
Wrapper above react-select that supports pagination on menu scroll
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Convert event emitters and event targets to ES async iterators
Async hook
co with bluebird promises
Modern and scalable routing for React applications
Retry a promise-returning or async function