Description
I see that the last version (2.19.5
) was released back in 2019, and the last commit in this repo (b835283) seems to be from 2020, which presumably means it hasn't even been released.
Looking at the npm package, it seems there have been 1,847,251
downloads in the last week, which implies there is still a lot of code out there using the package:
Is it just that the code in this repo is stable/feature complete/doesn't need any updates, or?
And if this isn't maintained, what alternatives are people using these days? I've done some research a couple of times and this still seems to come back as the best option.
cc // @SGrondin
Edit:
A few potential alternatives that I found/others have suggested:
- https://github.com/peterkhayes/rolling-rate-limiter
-
Rate limiter for node.js that supports a rolling window, either in-memory or backed by redis
-
- https://github.com/mike-marcacci/node-redlock
-
A node.js redlock implementation for distributed, highly-available redis locks
-
- https://github.com/upstash/ratelimit
-
Rate limiting library for serverless runtimes
-
- https://github.com/linaGirl/leaky-bucket
-
A fast and efficient leaky bucket implementation
-
- https://github.com/salsita/dripping-bucket
-
Library to calculate delays for operations running against rate-limited services
-
- https://github.com/Losant/redis-gcra
-
Rate limiting based on Generic Cell Rate Algorithm
-
Activity