gubernator
Rate limiter
A cloud-native rate limiting service that provides high performance and flexibility in distributed environments.
High Performance Rate Limiting MicroService and Library - Developed at Mailgun
107 stars
4 watching
10 forks
Language: Go
last commit: 15 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
beefsack/go-rate | A timed rate limiter designed to prevent saturation of APIs and protect against spam. | 400 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
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 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 474 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
ulule/limiter-examples | A collection of examples showcasing middleware solutions for rate limiting in web applications | 38 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
adampflug/express-brute | A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes. | 564 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 487 |
exhammer/hammer | Enables users to set limits on actions performed within specified time intervals | 767 |