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

https://github.com/timreynolds/express-rate-limit-example


https://github.com/timreynolds/express-rate-limit-example

Last synced: 2 months ago
JSON representation

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.