ulule/limiter
Dead simple rate limit middleware for Go. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3988
- days_rel: n/a
- days_push: 631
- n_releases_24m: 0
Adoption not part of the score
2343 stars · 163 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A dead-simple rate limiting middleware library for Go supporting HTTP, FastHTTP, and Gin. It uses a pluggable store approach with built-in Redis and in-memory backends.
Use cases
- rate limit http requests in go
- add rate limiting middleware to gin
- throttle api requests per ip
- distributed rate limiting with redis
- limit requests per hour or day
- protect api from abuse
When to choose
- you need simple, well-tested rate limiting in a Go web service
- you want Redis-backed distributed rate limiting
- you use net/http, Gin, or FastHTTP
When to avoid
- you need advanced algorithms like sliding window or token bucket with complex rules
- you're not using Go
- you need rate limiting at the API gateway or proxy level
Facets
library · maturity stable
rate-limiting middleware http-server caching web-development backend apis security go windows cross-platform rate-limiter redis gin fasthttp http-middleware linux macos
1 source
- readme: https://github.com/ulule/limiter · fetched 2026-08-28 · 2a5ebe3e9a73
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ulule/limiter | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem