p-throttle
Rate limiter
Controls function calls to limit their frequency within a specified time interval
Throttle promise-returning & async functions
447 stars
8 watching
31 forks
Language: JavaScript
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Limits concurrent execution of promise-returning and async functions. | 2,083 |
| Ensures a function is only called once by wrapping it in a wrapper function that throws an error if called again | 162 |
| Transforms an asynchronous list into a single value by applying a reduction function | 68 |
| A library that provides a throttle function for rate limiting functions in Go. | 39 |
| A utility to limit the execution rate of functions in promise-returning code. | 38 |
| A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
| Concurrently execute multiple promise-returning functions with optional concurrency limits. | 319 |
| A package to manage rate limiting in Laravel applications | 705 |
| Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 75 |
| Allows delaying promises by a specified amount of time or a random range. | 609 |
| Runs promise-returning & async functions multiple times concurrently | 39 |
| A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 808 |
| A package for limiting the number of requests from a client within a specified time period. | 20 |
| A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
| A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |