rate-limiter topic
node-fast-ratelimit
:umbrella: Fast and efficient in-memory rate-limit for Node, used to alleviate most common DOS attacks.
ratelimiter
A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.
throttler
🔀⏳ Easy throttling with asyncio support
php-ratelimiter
A framework independent rate limiter for PHP
asyncio-redis-rate-limit
Rate limiter for async functions using Redis as a backend.
adaptive_throttler
manages multiple throttlers with ability to ramp up and down
self-limiters
Async distributed rate limiters for Python
trybot
A transient fault handling framework including such resiliency solutions as Retry, Timeout, Fallback, Rate Limit and Circuit Breaker.
leaky-bucket
A token-based rate limiter based on the leaky bucket algorithm.