throttle
There are 303 repositories under throttle topic.
Aldaviva/ThrottleDebounce
🚗 Rate-limit your actions and funcs by throttling and debouncing them. Retry when an exception is thrown.
princemaple/together
Group things together!
boz/go-throttle
Go throttle package for rate limiting arbitrary code.
nerdoza/vue-click
Vue plugin for advanced click directive
anseki/anim-event
Event Manager for Animation
aws-samples/api-gateway-websocket-saas-rate-limiting-using-aws-lambda-authorizer
When creating a SaaS multi-tenant systems which require websocket connections we need a way to rate limit those connections on a per tenant basis. With Amazon API Gateway you have the option to use usage plans with HTTP connections however they are not available for websockets. To enable rate limiting we can use a API Gateway Lambda Authorizer to validate a connection and control access. Using a Lambda Authorizer we can implement code to allow the system to valid connection rates and throttle inbound connections on a per tenant basis. This sample also demonstrates pool and silo modes for handling the message traffic per tenant.
GetStream/rate_limiter
A pure dart package to apply useful rate limiting strategies on regular functions.
jessicaxiejw/adaptive_throttler
manages multiple throttlers with ability to ramp up and down
timacdonald/debounced-notifications
Basecamp style notification debouncing / throttling for Laravel notifications.
Kahbazi/ThrottlR
A throttling middleware for ASP.NET Core
kevincobain2000/laravel-alert-notifications
Send alert to email, microsoft teams from laravel app, when an exception occurs. Throttle is enabled by default.
mikecaines/stream-throttle
Rust Stream combinator, to limit the rate at which items are produced
Miramaksimus/throttle-quadrant-fokker-8-axes-and-31-buttons
Throttle-Quadrant "Fokker" - 8 axes and 31 buttons
BetterTyped/react-performance-hooks
🎊 React hooks that will make you extremely easy to debounce and throttle your functions to gain instant performance boost!
Husseinhj/RateLimiting.NET
Rate Limiting (debounce, throttle) for C# Portable Class Library
dotnet-labs/SemaphoreSlimThrottle
Rate Limiting API Endpoints in ASP.NET Core
fabiospampinato/dettle
A tiny fully-featured debounce and throttle implementation.
dokmic/ts-async-decorators
TypeScript Async Method Decorators
kovstas/fs2-throttler
Throttling for FS2 based on the Token bucket algorithm.
fastify/fastify-throttle
Throttle the download speed of a request
jcoreio/async-throttle
throttle async and promise-returning functions like lodash.throttle
lpinca/stopcock
Limit the execution rate of a function using the token bucket algorithm
bowencool/async-utilities
An asynchronous tools library in the style of higher-order functions.
grimmer0125/d4c-queue
Execute tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, decorators. below is an introduction to v1.6.
BYOJS/scheduler
Throttle/debounce scheduler
dandv/rate-limit
Meteor package to rate-limit a function by queuing up calls (instead of dropping them like throttle or debounce)
zewish/prottle
Promise.all() throttle
blakeembrey/js-functools
Utilities for working with functions in JavaScript, with TypeScript
client-side/throttle
Java Rate Limiter Derived From Googles' Guava Implementation
tbattz/DIYLoadCellSimRacingPedals
Simple Arduino scripts for reading load cells and interfacing with Windows as a Joystick device.
toFrankie/javascript-utils
一些实用的 JavaScript 方法
ArrowMaxGithub/Rust-vJoy-Manager
A virtual joystick manager and remapper.
BYOJS/toggler
Throttled toggler
Henryforce/AsyncTimeSequences
The missing Time Sequence Operators for Swift Concurrency
fredmorcos/throttle_my_fn
A Rust attribute macro to limit a function's number of runs over a specified period of time
rickypc/puppeteer-page-pool
A Page resource pool for Puppeteer.