integrate-io
integrate-io copied to clipboard
Add Rate Limiting to API
2 or 1 Request per second
@uzair-ali10 what are you using nginx on production to route requests between dns and server?
@uzair-ali10 what are you using nginx on production to route requests between dns and server?
Nope, we don't use Nginx as of now, rate-limiting should be implemented using Express Rate Limit package
https://www.npmjs.com/package/express-rate-limit https://www.geeksforgeeks.org/how-to-integrate-express-rate-limit-in-node-js/
cool. please assign this to me. also, if not nginx, how are the requests being routed?
cool. please assign this to me. also, if not nginx, how are the requests being routed?
Cloudflare