AspNetCoreRateLimit
Rate limiter
Provides rate limiting middleware for ASP.NET Core applications
ASP.NET Core rate limiting middleware
3k stars
71 watching
447 forks
Language: C#
last commit: 6 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,717 |
envoyproxy/ratelimit | Provides rate limiting functionality to applications | 2,310 |
dotnet/aspnetcore | A cross-platform framework for building modern cloud-based web applications | 35,660 |
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,093 |
netflix/concurrency-limits | A Java library that helps services determine and enforce optimal concurrency limits to balance throughput with latency. | 3,281 |
dotnet/aspnet-api-versioning | Provides libraries and tools to add versioning semantics to ASP.NET API services | 3,080 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 487 |
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,849 |
indragunawan/api-rate-limit-bundle | Protects API resources from excessive requests | 66 |
prom-client-net/prom-client-aspnetcore | An ASP.NET Core middleware for interacting with the Prometheus monitoring system. | 8 |
asynchttpclient/async-http-client | An asynchronous HTTP client library for Java applications | 6,301 |
ardalis/apiendpoints | A library providing a standardized way to handle API endpoints in ASP.NET Core web applications. | 3,134 |
grpc/grpc-dotnet | An implementation of the gRPC remote procedure call framework for .NET applications | 4,229 |