Details about Practical Node.js: Building Real-World Scalable Web Apps
Practical Node.js: Building Real-World Scalable Web Apps is a hands-on manual for developing production-ready web applications and services by leveraging the rich ecosystem of Node.js packages. This is important because real applications require many components, such as security, deployment, code organization, database drivers, template engines, and more. That’s why I include extensive 12-chapter coverage of thirdparty services, command-line tools, npm modules, frameworks, and libraries.
Just to give you some idea, Practical Node.js is a one-stop place for getting started with Express.js 4, Hapi.js, DerbyJS, Mongoskin, Mongoose, Everyauth, Mocha, Jade, Socket.IO, TravisCI, Heroku, Amazon Web Services (AWS), and many other technologies. Most of these are vital for any serious project. In this book we’ll create a few projects by building, step by step, a straightforward concept into a more complicated application. These projects can also serve as a boilerplate for jump-starting your own development efforts.
The examples also show industry best practices to help you avoid costly mistakes. Last but not least, many topics and chapters serve as a reference to which you can always return later when you’re faced with a challenging problem
Good