A Go project showcasing three rate-limiting implementations: per-client (IP-based), token bucket, and tollbooth middleware. Each approach is modularized for clarity and efficiency.
rate-limit rate-limiter ratelimiting ip-rate-limit ratelimiter toll-booth tollbooth token-bucket-rate-limiter ip-based-rate-limiting toll-booth-rate-limiter
-
Updated
Feb 19, 2025 - Go