Connect/Express middleware to limit requests
-
Updated
Feb 19, 2019 - JavaScript
Connect/Express middleware to limit requests
Get to see your Instagram follow requests past the 1000 limit
A library for rate-limiting (throttling) HTTP requests in Spring applications. It provides annotations to be used on controller methods or classes to enforce rate-limiting and uses a token bucket algorithm to limit the number of requests that can be made in a certain period of time.
A rack middleware for throttling and filtering requests
Add a description, image, and links to the request-limit topic page so that developers can more easily learn about it.
To associate your repository with the request-limit topic, visit your repo's landing page and select "manage topics."