An open API service indexing awesome lists of open source software.

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

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