limiting
There are 19 repositories under limiting topic.
eddiejibson/limitrr
Light NodeJS rate limiting and response delaying using Redis - including Express middleware.
aqiu202/limiting-spring-boot-starter
集防重复提交和接口限流功能于一体的一个spring boot的starter,开箱即用,简单方便,如果觉得好请给个Star 谢谢
dliocode/horse-ratelimit
Basic rate-limiting middleware for Horse. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
Tinywan/webman-limit-traffic
based on lua script limiting and controlling traffic for webman plugin
aqiu202/aqiu-spring-boot-starter-projects
个人封装的一些开箱即用的Spring Boot Starter组件,简单且实用,后续会根据需求进行持续扩展!
ladjs/web
Web server for Lad
mrstebo/Nancy.LeakyBucket
A request limiter based on the Leaky Bucket algorithm
pantianying/miser
令牌桶算法的限流器
blakearoberts/redis-token-bucket-rate-limiter
A library which utilizes Redis to implement distributed token bucket rate limiting.
ninedraft/limiter
A simple concurrency limiter
siu91/myboot
myboot是一个基于springboot的项目脚手架
tideland/go-wait
Useful package for the polling of conditions in intervals, with timeouts, cancelation, and jittering. Additionally provides a throttle for event processing.
Waveful/async-redis-rate-limiter
📏 Rate-limiter in Node.js, powered by Redis
ionething/redis-spring-boot-starter
redis-spring-boot-starter
rob-maron/gcr
A fast, simple, and small Generic Cell Rate (GCR) algorithm implementation
daschr/wulimit
ulimit for Windows.
Jesse0Michael/errgroup
Golang package to create a sized error group for limiting concurrent work
soenneker/soenneker.utils.ratelimiting.executor
A thread-safe utility designed to manage the rate at which tasks are executed, ensuring that they are not run more frequently than a specified interval.
soenneker/soenneker.utils.ratelimiting.factory
An async thread-safe singleton dictionary for Soenneker.Utils.RateLimiting.Executors, designed to manage the rate at which tasks are executed.