express-throttle
Version:
Request throttling middleware for Express
13 lines (9 loc) • 412 B
Plain Text
Multiple rate limits: Achieved by multiple throttles
For example, this implements an hourly rate limit with a per-minute burst rate limit:
Example of limiting Brute Force attacks: https://django-ratelimit.readthedocs.io/en/latest/security.html
Example of shared rate limiting vs global. Nginx Zones
Why?
* Fun
* More flexible