Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

Practical Node.js

Building Real-World Scalable Web Apps

by Azat Mardan

Practical Node.js

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsReport an issue

Book Description

Learn how to build a wide range of scalable real-world web applications using a professional development toolkit. 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.With this book, you'll work with a varied collection of standards and frameworks and see how all those pieces fit together.

Practical Node.js takes you from installing all the necessary modules to writing full-stack web applications. You'll harness the power of the Express.js and Hapi frameworks, the MongoDB database with Mongoskin and Mongoose. You'll also work with Pug and Handlebars template engines, Stylus and LESS CSS lanaguages, OAuth and Everyauth libraries, and the Socket.IO and Derby libraries, and everything in between.

This exciting second edition is fully updated for ES6/ES2015 and 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. Fully supported by a continuously updated source code repository on GitHub and with full-color code examples, learn what you can do with Node.js and how far you can take it!

This open book is licensed under a Creative Commons License (CC BY). Free download in PDF format is not available. You can read Practical Node.js book online for free.

Table of Contents

Chapter 1
Setting up Node.js and Other Essentials
Chapter 2
Using Express.js 4 to Create Node.js Web Apps
Chapter 3
TDD and BDD for Node.js with Mocha
Chapter 4
Template Engines: Pug and Handlebars
Chapter 5
Persistence with MongoDB and Mongoskin
Chapter 6
Using Sessions and OAuth to Authorize and Authenticate Users in Node.js Apps
Chapter 7
Boosting Node.js and MongoDB with Mongoose
Chapter 8
Building Node.js REST API Servers with Express.js and Hapi
Chapter 9
Real-Time Apps with WebSocket, Socket.IO, and DerbyJS
Chapter 10
Getting Node.js Apps Production Ready
Chapter 11
Deploying Node.js Apps
Chapter 12
Publishing Node.js Modules and Contributing to Open Source
Chapter 13
Node HTTP/2 Servers
Chapter 14
Asynchronous Code in Node
Chapter 15
Node Microservices with Docker and AWS ECS
Chapter 16
Serverless Node with AWS Lambda

Book Details

Title
Practical Node.js
Subject
OPL
Publisher
Apress
Published
2018
Pages
505
Edition
2
Language
English
ISBN13
9781484230398
ISBN10
1484230396
ISBN13 Digital
9781484230381
ISBN10 Digital
1484230388
License
CC BY

Related Books

Learning Node.js
Node.js is an event-based, non-blocking, asynchronous I/O framework that uses Google's V8 JavaScript engine. It is used for developing applications that make heavy use of the ability to run JavaScript both on the client, as well as on server side and therefore benefit from the re-usability of code and the lack of context switching. It is open-...
How To Code in Node.js
Node.js is a popular open-source runtime environment that can execute JavaScript outside of the browser. The Node runtime is commonly used for back-end web development, leveraging its asynchronous capabilities to create networking applications and web servers. Node is also a popular choice for building command line tools. In this book, you will ...
From Containers to Kubernetes with Node.js
This book is designed as an introduction to containers and Kubernetes by way of Node.js. Containers are the basis for distributed, repeatable workflows with orchestrators such as Kubernetes, and they allow developers and operators to develop applications consistently across environments and deploy in a repeatable and predictable fashion. The exa...
Node.js Notes for Professionals
The Node.js Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow....
The Node.js Handbook
Node.js is built on top of the Google Chrome V8 JavaScript engine, and it's mainly used to create web servers - but it's not limited to that. The Node.js Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. The author find this approach gives a well-rounded overview....
Eloquent JavaScript
JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. This much anticipated and thoroughly revis...