redis-rolling-limit
Rolling rate limit in redis via a lua script
Rolling rate limit in redis via a lua script
Throttle function calls
Simple rate-limiting middleware for Express. Use to limit the number of simultaneous open requests.
A simple library for exponential rate-limiting
A library for limiting the rate at which a queue/array of promises or callbacks is executed
Limit the size of a stream
alib-aquery is a high performance, chainable array querying library that is extensible to support any type of filtering. It supports filter (in place of where), limit, offset and order by. It is inspired by the SQL SELECT statement but for arrays of objec
Controls the maximum number of concurrent requests
Easily create streaming, rate-limited APIs
Limit the execution rate of async function
Call an array of functions in parallel (allow set the limit number of tasks executing at the same time)
Library to calculate delays for operations running against rate-limited services
A utility to create composite indexes for firestore.
Webpack doesn't work in Visual Studio because of its large dependency graph. Installing this package alongside it and then running `npm dedup` flattens the dependency graph and should fix things.
A stream that provides time-based limits on stream writes.
Evaluates regular expressions with a time limit to mitigate DOS attacks based on catastrophic backtracking.
Better, smaller, faster - koa middleware for limit request by ip, store in-memory.
Creates a throttled function that only invokes func at most once per every wait milliseconds.
Set a limit on promise execution time
Run multiple promise-returning & async functions with limited concurrency by key