go-rate
Rate limiter
A timed rate limiter designed to prevent saturation of APIs and protect against spam.
A timed rate limiter for Go
397 stars
13 watching
38 forks
Language: Go
last commit: almost 3 years ago
Linked from 2 awesome lists
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,099 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 460 |
yudppp/throttle | A library that provides a throttle function for rate limiting functions in Go. | 38 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
gubernator-io/gubernator | A cloud-native rate limiting service that provides high performance and flexibility in distributed environments. | 101 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,076 |
shareed2k/fiber_limiter | A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |
fastify/fastify-rate-limit | Provides a low-overhead rate limiter for Fastify routes. | 501 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
exhammer/hammer | A rate limiter with pluggable storage backends for Elixir applications. | 749 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 452 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
adampflug/express-brute | A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes. | 564 |