https://github.com/harsh-oo7/rate-limiter
Rate Limitation implementation in NodeJS
https://github.com/harsh-oo7/rate-limiter
lld nodejs ratelimit
Last synced: about 2 months ago
JSON representation
Rate Limitation implementation in NodeJS
- Host: GitHub
- URL: https://github.com/harsh-oo7/rate-limiter
- Owner: Harsh-oo7
- Created: 2024-01-29T14:43:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T17:28:39.000Z (over 1 year ago)
- Last Synced: 2025-05-21T06:38:30.331Z (5 months ago)
- Topics: lld, nodejs, ratelimit
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steps To run
1. create .env file and put REDIS_URL
2. npm install
3. node index.js## Refs
- [Groww Engineering Blog](https://tech.groww.in/rate-limiter-and-its-algorithms-with-illustrations-564455162935)
- [ioredis](https://github.com/redis/ioredis#readme)
- https://medium.com/@SaiRahulAkarapu/rate-limiting-algorithms-using-redis-eb4427b47e33