node-ratelimiter
Rate limiter
A rate limiter for Node.js applications using Redis as the backing store.
Abstract rate limiter for nodejs
719 stars
13 watching
62 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
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 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |
ulule/limiter-examples | A collection of examples showcasing middleware solutions for rate limiting in web applications | 38 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,119 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,076 |
gubernator-io/gubernator | A cloud-native rate limiting service that provides high performance and flexibility in distributed environments. | 101 |
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 510 |
adampflug/express-brute | A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes. | 564 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |