Book Image

Advanced Server-Side Programming with Node.js [Video]

By : Mohammad Chughtai
Book Image

Advanced Server-Side Programming with Node.js [Video]

By: Mohammad Chughtai

Overview of this book

Node.js is a powerful, performance-efficient language. Its non-IO blocking technology makes it perfect for creating highly scalable web applications built around user interaction. In this course, you will learn to create highly secure and scalable applications using various languages and frameworks such as EJS, PassportJS, OAuth (for user authentication with Facebook, Twitter and more), the Helmet module, and encryption with BCrypt. You will also learn about the MVC architecture to make sure your codebase is maintainable and scalable, making you a better developer overall. This course is for you if you have a basic understanding of Node.js and want to take your web applications to the next level in security and scalability by learning in-demand skills.
Table of Contents (5 chapters)
Chapter 1
Advanced Node.js Introduction
Content Locked
Section 2
Structuring Our Application with MVC Architecture and Git
In this video, we will learn the proper way to set up our Node.js projects in order to produce successful and scalable apps. - Explain the separation of duties with models, views, and controllers - Setup project using MVC - Setup project using Git and explain Git ignore file