ruichen199801 / forxnews

CIS550 database course project
https://youtu.be/nuDBwg3mG6o
0 stars 1 forks source link

disable helmet rules & add rate limiter #67

Closed ruichen199801 closed 1 year ago

ruichen199801 commented 1 year ago

Add rate limiter: https://www.npmjs.com/package/express-rate-limit

For now we allow 200 maximum requests per minute for each IP for all routes. We can apply rate limit to certain routes instead, especially GoogleMap API calls and analytics routes.