📄️ CORS
Cross Origin Resource Sharing or CORS for short is a way or mechanism that allows a server to indicate any origins other than its own where resources can be accessed. This is particularly important when building web applications where you have separate domains or subdomains for your recources.
📄️ Helmet
The concept of the Helmet middleware is borrowed from the Helmet library. It is used to secure your server by setting various HTTP headers.
📄️ Rate Limiting
Will be implemented after implementing cache. This will allow rate limits to persist across all requests as the limit will live in the cache.