Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Practical Node.js: Building Real-World Scalable Web Apps

Posted By: interes
Practical Node.js: Building Real-World Scalable Web Apps

Practical Node.js: Building Real-World Scalable Web Apps by Azat Mardan
English | 2014 | ISBN: 1430265957 | 300 pages | PDF | 7 MB

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!
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 NPM
Who this book is for
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.
Table of Contents
1. Setting Up Node.js and Other Essentials
2. Using Express.js to Create Rapid Node.js Web Apps
3. TDD and BDD for Node.js with Mocha
4. Template Engines: Jade and Handlebars
5. Persistence with MongoDB and Mongoskin
6. Using Sessions and OAuth to Authorize and Authenticate Users in Node.js Apps
7. Boosting Your Node.js Data with the Mongoose ORM Library
8. Building a Node.js REST API Server App
9. Realtime Apps with WebSockets, Socket.IO, and Derby JS
10. Getting Node.js Apps Production Ready
11. Deploying Node.js Apps
12. Publishing a Node.js Module and Contributing Back to the Project