AspNetCoreRateLimit
Rate limiter
Provides rate limiting middleware for ASP.NET Core applications
ASP.NET Core rate limiting middleware
3k stars
71 watching
445 forks
Language: C#
last commit: 4 months ago
Linked from 4 awesome lists
asp-net-coremiddlewarerate-limiting
Related projects:
Repository | Description | Stars |
---|---|---|
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
didip/tollbooth | Middleware to control HTTP request rates based on various criteria such as IP address, path, methods, and headers. | 2,692 |
envoyproxy/ratelimit | Provides rate limiting functionality to applications | 2,294 |
dotnet/aspnetcore | A cross-platform .NET framework for building cloud-based web applications on Windows, Mac, or Linux. | 35,485 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
animir/node-rate-limiter-flexible | A rate limiter for preventing DDoS and brute force attacks on web applications | 3,072 |
netflix/concurrency-limits | A Java library that helps services determine and enforce optimal concurrency limits to balance throughput with latency. | 3,261 |
dotnet/aspnet-api-versioning | Provides libraries and tools to add versioning semantics to ASP.NET API services | 3,061 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 485 |
aspnetboilerplate/aspnetboilerplate | A general-purpose web application framework that automates common software development tasks and provides a modular, extensible architecture for building modern web applications. | 11,823 |
indragunawan/api-rate-limit-bundle | Protects API resources from excessive requests | 66 |
prom-client-net/prom-client-aspnetcore | Middleware to integrate Prometheus metrics with ASP.NET Core web applications | 8 |
asynchttpclient/async-http-client | An asynchronous HTTP and WebSocket client library for Java applications | 6,292 |
ardalis/apiendpoints | A library providing a standardized way to handle API endpoints in ASP.NET Core web applications. | 3,122 |
grpc/grpc-dotnet | An implementation of the gRPC remote procedure call framework for .NET applications | 4,204 |