https://github.com/timreynolds/express-rate-limit-example
https://github.com/timreynolds/express-rate-limit-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timreynolds/express-rate-limit-example
- Owner: timReynolds
- Created: 2022-11-01T15:53:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T12:58:11.000Z (over 2 years ago)
- Last Synced: 2024-10-23T02:49:47.475Z (7 months ago)
- Language: TypeScript
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express rate limiter
Example of a basic rate limiter middleware for express, to use this in production you'd use Redis or similar to store limits expiring keys as suitable.