flask-limiter
rate limiter
An extension for Flask that provides rate limiting functionality
Rate Limiting extension for Flask
1k stars
12 watching
126 forks
Language: Python
last commit: about 2 months ago
Linked from 1 awesome list
flaskmemcachedpythonrate-limitingredis
Related projects:
Repository | Description | Stars |
---|---|---|
long2ice/fastapi-limiter | A rate limiting tool for FastAPI applications | 518 |
laurents/slowapi | A rate limiter library for Starlette and FastAPI | 1,276 |
exhammer/hammer | Enables users to set limits on actions performed within specified time intervals | 767 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |
fastify/fastify-rate-limit | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
shareed2k/fiber_limiter | A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |
ulule/limiter-examples | A collection of examples showcasing middleware solutions for rate limiting in web applications | 37 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,081 |
whitered/ratekeeper | A library for scheduling rate-limited actions in Elixir | 14 |
exhammer/hammer-backend-mnesia | An Elixir implementation of rate limiting and throttling using Mnesia | 14 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
exhammer/hammer-backend-redis | A Redis-based backend for implementing rate limiting in Elixir applications. | 50 |