Node Security


出版时间:2013.10
官网链接:Packt
下载地址:百度网盘 腾讯网盘 360网盘(1327)

内容简介:

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, we’ll start by helping you delve into the building blocks that make up typical Node applications. By understanding all the layers that you are building on top of, you can write code defensively and securely. In doing so, you will be able to protect your user’s data and your infrastructure, while still using the rock-star technology behind Node.js.

Teaching you how to secure your Node applications by learning about each of the layers you will be building on top of; starting with JavaScript itself, then the Node platform, and finally the npm module ecosystem. By starting with JavaScript, you will learn what to avoid and what to embrace. Next, we will explain the Node platform, including its unique architecture and core modules, so you know how things work under the hood. Finally, we will introduce the rich ecosystem of npm modules, including modules to help you solve the common security problems you might face. Through our handy tutorials, you will be able to write secure Node.js applications, ones that will remain online under pressure and be able to weather the most common attacks that face web applications today.

What you will learn from this book:

Master the origins of the Node.js and npm projects
Understand the architecture, including the event-loop and asynchronous I/O
Delve into the key aspects of avoiding some common pitfalls of JavaScript development
Incorporate ES5’s security improvements, including strict-mode
Add static code analysis and the code-quality it promotes
Explore the basics of proper error-handling within Node applications
Understand the architecture of Express and Connect
Adapt common authentication and authorization schemes

给TA买糖
共{{data.count}}人
人已赞赏
电子书

C++ Application Development with Code::Blocks

2014-3-22 21:23:01

电子书

Data Visualization with D3.js Cookbook

2014-3-25 18:32:43

搜索