Helmet - a Node.js Package for HTTP Security Headers
In this lesson, we'll get acquainted with the Helmet npm package to set HTTP security headers for Express web applications.
HTTP security headers are a generic tool that can be employed by any technology at the HTTP medium including load balancers, API gateways, reverse proxies, and web application frameworks.
If you’re building Node.js web applications ...