maxrequests
Request limiter
Limits the number of requests on each persistent HTTP connection to prevent abuse or denial-of-service attacks.
Limit max requests on each http keepalive connection.
3 stars
9 watching
4 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
akirk/php-ratelimiter | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
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 |
membphis/lua-resty-limits | A Lua-based library that limits HTTP requests based on IP address and time window | 8 |
usemuffin/throttle | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
zim32/symfony2-requestlimitbundle | Limits requests to an application | 11 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
koajs/snapshot | Caches request data based on the request path and takes snapshots of requests. | 10 |
lironhazan/nx-size-limit | Checks JavaScript bundle size and throws an error if it exceeds a performance budget | 11 |
sindresorhus/p-limit | Limits concurrent execution of promise-returning and async functions. | 2,037 |
adampflug/express-brute | A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes. | 564 |
koajs/koa-range | An implementation of range request support in Koa web framework | 50 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |