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
116 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 1 awesome list
rackrubyrubygems
Related projects:
Repository | Description | Stars |
---|---|---|
| A package to manage rate limiting in Laravel applications | 705 |
| A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
| An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
| A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
| A package for limiting the number of requests from a client within a specified time period. | 20 |
| A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
| A library that provides a throttle function for rate limiting functions in Go. | 39 |
| Controls function calls to limit their frequency within a specified time interval | 447 |
| A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |
| A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
| Enables users to set limits on actions performed within specified time intervals | 767 |
| A Lua module that limits the rate of requests to an application | 72 |
| A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |
| A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
| A library for scheduling rate-limited actions in Elixir | 14 |