adonis-request-throttler
Request limiter
A package for limiting the number of requests from a client within a specified time period.
Adonis 5 request throttle based on Redis or Memory
20 stars
3 watching
2 forks
Language: TypeScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
usemuffin/throttle | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
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 |
dryruby/rack-throttle | A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
akirk/php-ratelimiter | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
sindresorhus/p-throttle | A utility for rate-limiting function calls to prevent excessive usage and ensure efficient resource utilization | 443 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
yudppp/throttle | A library that provides a throttle function for rate limiting functions in Go. | 38 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
reg2005/adonis5-redis-rpc | A Redis-based RPC provider for Adonis 5 applications | 6 |
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 510 |