p-limit
Run multiple promise-returning & async functions with limited concurrency
throat
Throttle the parallelism of an asynchronous (promise returning) function / functions
throttleit
Throttle a function to limit its execution rate
debounce
Delay function calls until a set time elapses after the last invocation
p-queue
Promise queue with concurrency control