rack-throttle
Rate limiter
A Rack middleware that limits the rate of incoming HTTP requests to applications.
Rack middleware for rate-limiting incoming HTTP requests.
947 stars
17 watching
115 forks
Language: Ruby
last commit: over 1 year ago
Linked from 1 awesome list
rackrubyrubygems
Related projects:
Repository | Description | Stars |
---|---|---|
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
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 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
usemuffin/throttle | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
reg2005/adonis-request-throttler | A package for limiting the number of requests from a client within a specified time period. | 20 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |
yudppp/throttle | A library that provides a throttle function for rate limiting functions in Go. | 38 |
sindresorhus/p-throttle | A utility for rate-limiting function calls to prevent excessive usage and ensure efficient resource utilization | 443 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 452 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
exhammer/hammer | A rate limiter with pluggable storage backends for Elixir applications. | 749 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
shareed2k/fiber_limiter | A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |
akirk/php-ratelimiter | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
whitered/ratekeeper | A library for scheduling rate-limited actions in Elixir | 14 |