https://github.com/jassus213/go-rate-limiter
A flexible and modular rate-limiting library for Go with pluggable storage (in-memory, Redis) and middleware for popular web frameworks like Gin, Echo, Chi, and net/http.
https://github.com/jassus213/go-rate-limiter
gin go golang middleware net-http rate-limiter rate-limitti redis security
Last synced: about 2 months ago
JSON representation
A flexible and modular rate-limiting library for Go with pluggable storage (in-memory, Redis) and middleware for popular web frameworks like Gin, Echo, Chi, and net/http.
- Host: GitHub
- URL: https://github.com/jassus213/go-rate-limiter
- Owner: jassus213
- Created: 2025-11-09T12:05:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-09T15:22:55.000Z (7 months ago)
- Last Synced: 2025-11-09T16:23:10.273Z (7 months ago)
- Topics: gin, go, golang, middleware, net-http, rate-limiter, rate-limitti, redis, security
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-rate-limiter
A flexible and modular rate-limiting library for Go with pluggable storage (in-memory, Redis) and middleware for popular web frameworks like Gin, Echo, Chi, and net/http.