جزییات کتاب
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 doesnt 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, youll 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. Youll 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!What you’ll learn• Manipulate data from the mongo console• Use the Mongoskin and Mongoose MongoDB libraries• Build REST API servers with Express and Hapi• Deploy apps to Heroku and AWS• Test services with Mocha, Expect and TravisCI• Utilize sessions for authentication• Implement a third-party OAuth strategy with Everyauth• Apply Redis, domains, WebSockets, and clusters• Write your own Node.js module, and publish it on NPMWho this book is forPractical 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.Table of Contents1. Setting Up Node.js and Other Essentials2. Using Express.js to Create Rapid Node.js Web Apps3. TDD and BDD for Node.js with Mocha4. Template Engines: Jade and Handlebars5. Persistence with MongoDB and Mongoskin6. Using Sessions and OAuth to Authorize and Authenticate Users in Node.js Apps7. Boosting Your Node.js Data with the Mongoose ORM Library8. Building a Node.js REST API Server App9. Realtime Apps with WebSockets, Socket.IO, and Derby JS10. Getting Node.js Apps Production Ready11. Deploying Node.js Apps12. Publishing a Node.js Module and Contributing Back to the Project