Ross ROSS = Recommend OSS · open-source software intelligence for agents

stefanprodan/AspNetCoreRateLimit

ASP.NET Core rate limiting middleware observed · 2026-08-28

github.com/stefanprodan/AspNetCoreRateLimit · C# · MIT (permissive) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3696
  • days_rel: n/a
  • days_push: 768
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3172 stars · 442 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

AspNetCoreRateLimit is an ASP.NET Core rate limiting middleware library for controlling how many requests clients can make to a Web API or MVC app. It supports IP-based and client-ID-based limits with per-URL and per-HTTP-verb scoping, configurable intervals, and runtime rule updates.

Use cases

  • throttle requests to an ASP.NET Core Web API by IP address
  • limit API calls per client ID or API key
  • apply different rate limits per endpoint or HTTP verb
  • prevent API abuse and brute-force attacks on MVC apps
  • update rate limit rules at runtime without redeploying
  • distribute rate limit counters across servers with Redis

When to choose

  • you run an ASP.NET Core API and need fine-grained IP or client-based throttling
  • you want configurable, runtime-updatable rate limit rules
  • you need per-endpoint or per-verb quota scoping

When to avoid

  • you are on .NET 7+ and only need basic rate limiting, since built-in middleware now exists
  • your stack is not ASP.NET Core
  • you need advanced distributed rate limiting beyond the Redis package's capabilities

Facets

library · maturity maintenance

rate-limiting middleware web-framework web-development backend apis security dotnet cross-platform asp-net-core nuget api-throttling ip-rate-limiting client-rate-limiting web-server

1 source

Member repositories

RepositoryRoleHealth v2
stefanprodan/AspNetCoreRateLimitmain23

For agents

markdown · JSON · MCP: product_card(name="stefanprodan/AspNetCoreRateLimit")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem