https://github.com/themashcodee/nodejs-rate-limiter
This little example shows how we can implement rate limiting in express.js with redis
https://github.com/themashcodee/nodejs-rate-limiter
Last synced: about 2 months ago
JSON representation
This little example shows how we can implement rate limiting in express.js with redis
- Host: GitHub
- URL: https://github.com/themashcodee/nodejs-rate-limiter
- Owner: themashcodee
- Created: 2023-02-11T15:45:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T17:11:11.000Z (over 2 years ago)
- Last Synced: 2025-02-05T22:41:36.639Z (3 months ago)
- Language: JavaScript
- Homepage: https://nodejs-rate-limiter-production.up.railway.app/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rate limiter example in node.js with Token Bucket Technique