Practical Node.js is your step-by-step guide to learning how to build a wide range of scalable real-world web applications using a professional development toolkit. Node.js is an innovative and highly efficient platform for creating web services. But Node.js doesn't live in a vacuum! In a modern web development, many different components need to be put together — routing, database driver, ORM, session management, OAuth, HTML template engine, CSS compiler and many more. If you already know the basics of Node.js, now is the time to discover how to bring it to production level by leveraging its vast ecosystem of packages. As a web developer, you'll work with a varied collection of standards and frameworks - Practical Node.js shows you how all those pieces fit together. Practical Node.js takes you from installing all the necessary modules to writing full-stack web applications by harnessing the power of the Express.js and Hapi frameworks, the MongoDB database with Mongoskin and Mongoose, Jade and Handlebars template engines, Stylus and LESS CSS languages, OAuth and Everyauth libraries, and the Socket.IO and Derby libraries, and everything in between. The book also covers how to deploy to Heroku and AWS, daemonize apps, and write REST APIs. You'll build full-stack real-world Node.js apps from scratch, and also discover how to write your own Node.js modules and publish them on NPM. You already know what Node.js is; now learn what you can do with it and how far you can take it! Practical Node.js is for web developers who have some familiarity with the basics of Node.js and want to learn how to use it to build apps in a professional environment.
Best (of two) books about Node.js that I've read. Much more useful, clear, and organized than "Node.js The Right Way". As expected of books about a bleeding edge technology, it's already a bit outdated, but the concepts and ideas are still valid and invite you to read even further.
Without a doubt the best Node book available. At last a writer that makes the effort to ensure the reader experience is a hassle free and learning one. The biggest gripe I have with software development books is the lack of updates. If a book is older than six months none of the examples work and you spend 95% of your time trying to figure out why the code doesn't work. If publishers made sure their books were up to date then this would be a great advantage over piracy. The thing I like about this book is that every step of the way the writer has shown the version of all middleware used to ensure that it works i.e. instead of "npm install -g express-generator" he uses "npm install -g express-generator@4.0.0". A simple thing that makes a big difference. Writing style is simple and to the point. The examples are great and real World stuff along with little gems thrown in here and there. 10 out of 10 for this! I'll be looking out for his next book!