express-brute

Rate limiter

A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes.

Brute-force protection middleware for express routes by rate limiting incoming requests

GitHub

564 stars
5 watching
91 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
fastify/fastify-rate-limit Provides a low-overhead rate limiter for Fastify routes. 501
jaytaph/ratelimitbundle A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. 332
koajs/ratelimit A middleware solution to rate limit incoming requests in web applications 485
ulule/limiter A middleware library for Go that enforces rate limits on HTTP requests 2,099
microlinkhq/async-ratelimiter An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. 320
tj/node-ratelimiter A rate limiter for Node.js applications using Redis as the backing store. 719
grahamcampbell/laravel-throttle A package to manage rate limiting in Laravel applications 705
timebug/lua-resty-redis-ratelimit A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. 163
exhammer/hammer A rate limiter with pluggable storage backends for Elixir applications. 749
alisaifee/flask-limiter An extension for Flask that provides rate limiting functionality 1,119
reugn/equalizer A set of performant rate limiters for Go applications 88
beefsack/go-rate A timed rate limiter designed to prevent saturation of APIs and protect against spam. 397
grempe/ex_rated A rate limiting utility that manages access to a service with adjustable time windows and limits. 452
akirk/php-ratelimiter A class that limits requests based on IP address or user session to prevent abuse and rate limiting 39
exhammer/hammer-backend-mnesia An Elixir implementation of rate limiting and throttling using Mnesia 14