ratelimit

Request limiter

A middleware solution to rate limit incoming requests in web applications

Rate limiter middleware

GitHub

487 stars
9 watching
57 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
koajs/maxrequestsLimits the number of requests on each persistent HTTP connection to prevent abuse or denial-of-service attacks.3
akirk/php-ratelimiterA class that limits requests based on IP address or user session to prevent abuse and rate limiting39
tj/node-ratelimiterA rate limiter for Node.js applications using Redis as the backing store.719
microlinkhq/async-ratelimiterAn asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits.320
timebug/lua-resty-redis-ratelimitA Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage.163
fastify/fastify-rate-limitA rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window.508
jaytaph/ratelimitbundleA bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions.332
ulule/limiterA middleware library for Go that enforces rate limits on HTTP requests2,125
upyun/lua-resty-limit-rateA Lua module that limits the rate of requests to an application72
usemuffin/throttleA plugin that limits the number of requests a client can make to an application in a given time frame.63
lpinca/valveletA utility to limit the execution rate of functions in promise-returning code.38
jsocol/django-ratelimitProvides a way to rate-limit views in Django applications1,081
adampflug/express-bruteA middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes.564
long2ice/fastapi-limiterA rate limiting tool for FastAPI applications518
reugn/equalizerA set of performant rate limiters for Go applications88