There are 0 repository under throttler topic.
🕦 Modern Timer in Swift, Debouncer and Throttler (alternative to NSTimer) made with GCD
🔧 High-performance Python rate limiting library with multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket & GCRA) and storage backends (Redis, In-Memory).
One Line to throttle, debounce and delay: Say Goodbye to Reactive Programming such as RxSwift and Combine.
Redis storage provider for the nestjs-throttler package (DEPRECATED)
Simple, easy-to-use throttler for asyncio.
Rate limiting/throttling/circuit-breaking library for ASP.NET Core, Azure Functions and, in fact, any .NET app. Supports Redis and many other distributed counter stores.
A distributed rate-limiting solution built with Go and Redis, designed to control API traffic and ensure system stability. Supports multiple rate-limiting policies and is scalable with Docker for easy deployment.
Modular, way of implementing rate-limiting in python with a few handy default implementations
Portara dashboard controller to change rate limit settings without redeploying your app
A pure dart package to apply useful rate limiting strategies on regular functions.
manages multiple throttlers with ability to ramp up and down
Throttling for FS2 based on the Token bucket algorithm.
Phalcon Throttler is a Rate Limiter for the PHP Phalcon Framework.
Debounce or throttle your actions in Elm.
When adding a new feature to an unstable production environment, a service might want to limit the amount of calls made to external services or procedures. With Simple Feature Throttle you can control this.
NestJS Multi-Throttler is a powerful rate limiting package for NestJS applications that supports both Express and Fastify frameworks. It allows you to easily implement rate limiting functionality to control the number of requests your application can handle within a specific time frame.
A library for rate-limiting (throttling) HTTP requests in Spring applications. It provides annotations to be used on controller methods or classes to enforce rate-limiting and uses a token bucket algorithm to limit the number of requests that can be made in a certain period of time.
rate-limiter-utils is an npm package designed to optimize how frontend applications interact with APIs. It helps manage API request rates by implementing debouncing and throttling techniques, which improve performance and prevent issues like exceeding API rate limits.
Blog Task submission.
A simple utility that limits the impact of functions the demand high CPU load
MongoDB storage provider for the @nestjs/throttler package
Java library to create a proxy system (balancing, throttling,...) using pipeline style.
👽 REST API's using Nest.js, mongoose, authentication and authorization
A small .NET Core library providing a simple thread-safe object which throttles an arbitrary set of actions, rate limiting them to the specified number of actions within the specified timespan.