Take a deep dive into the world of securing your Node applications with Node Security Overview Examine security features and vulnerabilities within JavaScript Explore the Node platform, including the event-loop and core modules Solve common security problems with available npm modules In Detail Node.js is a fast-growing platform for building server applications using JavaScript. Now that it is being more widely used in production settings, Node applications will start to be specifically targeted for security vulnerabilities. Protecting your users will require an understanding of attack vectors unique to Node, as well as shared with other web applications. To secure Node.js applications, well start by helping you delve into the building blocks that ...