fastify-rate-limit
Rate Limiter Plugin
A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window.
A low overhead rate limiter for your routes
508 stars
20 watching
72 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list
fastifyfastify-pluginrate-limiting
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
| | A rate limiting tool for FastAPI applications | 518 |
| | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
| | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
| | A middleware solution to rate limit incoming requests in web applications | 487 |
| | A set of performant rate limiters for Go applications | 88 |
| | A utility to limit the execution rate of functions in promise-returning code. | 38 |
| | An extension for Flask that provides rate limiting functionality | 1,126 |
| | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
| | A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes. | 564 |
| | A package to manage rate limiting in Laravel applications | 705 |
| | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
| | Enables users to set limits on actions performed within specified time intervals | 767 |
| | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
| | A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |