lua-resty-limit-rate
Request limiter
A Lua module that limits the rate of requests to an application
Lua module for limiting request rate for OpenResty/ngx_lua, using the "token bucket" method.
72 stars
7 watching
14 forks
Language: Perl
last commit: over 3 years ago
Linked from 1 awesome list
lua-restyratelimittoken-bucket
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
openresty/lua-resty-limit-traffic | A Lua library for rate limiting and traffic control in web applications | 819 |
membphis/lua-resty-limits | A Lua-based library that limits HTTP requests based on IP address and time window | 8 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
usemuffin/throttle | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
openresty/lua-resty-balancer | A Lua module implementing a generic consistent hash and round-robin balancer for load balancing | 327 |
tokers/lua-resty-requests | A Lua library that provides a simple and convenient way to make HTTP requests in OpenResty | 163 |
akirk/php-ratelimiter | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
kong/lua-resty-aws | An AWS SDK library for OpenResty written in Lua | 24 |
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 510 |
openresty/lua-resty-upload | Provides a streaming API for handling HTTP file uploads using Lua and ngx_lua cosocket | 406 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |