Add rate limiting
Is your feature request related to a problem? Please describe. With no rate limiting, QPlan is open to DDoS.
Describe the solution you'd like Rate limiting in express. rate-limiter-flexible package, or (for smaller and less critical apps) a rate-limiting middleware (e.g. express-rate-limit)
Describe alternatives you've considered Can use other rate limiting packages, or use a load balancer or web server to handle this for us.
Additional context https://github.com/goldbergyoni/nodebestpractices/blob/master/sections/security/limitrequests.md