valvelet
Rate limiter
A utility to limit the execution rate of functions in promise-returning code.
Limit the execution rate of a function
38 stars
4 watching
4 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
promiserate-limitingthrottle
Related projects:
Repository | Description | Stars |
---|---|---|
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
fastify/fastify-rate-limit | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
timebug/lua-resty-redis-ratelimit | A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
sindresorhus/p-throttle | Controls function calls to limit their frequency within a specified time interval | 447 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,126 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
ulule/limiter-examples | A collection of examples showcasing middleware solutions for rate limiting in web applications | 37 |
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 518 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 487 |
usemuffin/throttle | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 474 |