Book Image

Learning Node.js 11.x [Video]

By : Sriharsha Bingi
Book Image

Learning Node.js 11.x [Video]

By: Sriharsha Bingi

Overview of this book

<p>If you want to start using Node.js for building applications on cloud and securing them, then this course will be a perfect practical guide. Learn techniques that will equip you while rendering the server-side needs.</p> <p>This course will walk you through the complete process from setting up the environment to build, test and deploy your first Node.js application. You will learn about SQLite,Mongo among many others.</p> <p>By the end of the course, you will have the skills to build flawless Node.js applications for real world usage.</p> <p>The Github link to this course is :&nbsp;<a href="https://github.com/PacktPublishing/Learning-Node.js-11.x" target="_blank">https://github.com/PacktPublishing/Learning-Node.js-11.x</a></p> <h1>Style and Approach</h1> <p>This course is a practical guide for anyone who is looking to develop and secure robust Node.js web applications.</p>
Table of Contents (5 chapters)
Chapter 1
Getting Started with Node.js
Content Locked
Section 6
Node.js Architecture
Discuss about the skeleton of node.js. How does it use the single threaded mechanism? How different it is from blocking I/o and how does it achieve this? - Get to know the wear and tear of node.js - Handle the request - Learn to bring maximum efficiency of a single thread.