go-rate
Rate limiter
A timed rate limiter designed to prevent saturation of APIs and protect against spam.
A timed rate limiter for Go
400 stars
13 watching
38 forks
Language: Go
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A set of performant rate limiters for Go applications | 88 |
| A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
| Distributed rate limiting solution with various algorithms and backends | 474 |
| A library that provides a throttle function for rate limiting functions in Go. | 39 |
| A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
| A cloud-native rate limiting service that provides high performance and flexibility in distributed environments. | 107 |
| A middleware solution to rate limit incoming requests in web applications | 487 |
| Provides a way to rate-limit views in Django applications | 1,081 |
| A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |
| A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
| A package to manage rate limiting in Laravel applications | 705 |
| Enables users to set limits on actions performed within specified time intervals | 767 |
| A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |
| An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
| A middleware solution to rate-limit incoming requests to prevent brute-force attacks on express routes. | 564 |