tiny-rate-limiter
Allows you to easily limit outgoing API requests (and more). Dependency free!
Allows you to easily limit outgoing API requests (and more). Dependency free!
令牌桶算法+redis限流器
Ordered redis asynchronous queue
Rate limiter middleware for Express.js that allows very tight limits while providing a seamless experience to the users.
Flexible, chainable, rate limiter that allows you to alter limits during runtime as well as limit "actors" to their respective "namespaces" (read APIs)
A generic rate limiter that can be used to limit requests, or anything just by using key, can protect from brute-force and DDoS attacks
This library is built to offer flexibility in rate limiting strategies, supporting token bucket and IP-based methods, making it suitable for a wide range of use cases.
This function creates a queue for handling HTTP requests in a rate-limited manner. It accepts the maximum number of requests that can be made in a time interval and the time duration of the interval. Optionally, you can also specify if all requests shoul
Promise utilities: rate limiting, queueing/batching, defer, etc.
A blazing-fast, perfectly typed JavaScript semaphore that manages real resources.
Rate-limit any operation, backed by Redis
Limit the use of specific package manager:npm,cnpm,yarn,pnpm...
Limit the use of specific package manager:npm,cnpm,yarn,pnpm...
super-simple promise based Limiter
PromisesLimiter is a class for limiting concurrent asynchronous requests, allowing them to be executed in batches with control over progress, handling of successful and failed requests.
A simple and efficient module for managing concurrent promises with a queue and concurrency limiter.
一个频率限制器
Ordered redis asynchronous queue
Distributed task scheduler and rate limiter
Fork of koa-simple-ratelimit with better tests and options. Simple Rate limiter middleware for koa v2