Book Image

Learning Node.js [Video]

By : C Y Kan
Book Image

Learning Node.js [Video]

By: C Y Kan

Overview of this book

<p>Node.js, with its strong features and ability to write server- as well as client-side code with JavaScript, has become a popular choice among developers to build powerful web applications.</p> <p>This video will help you get a comprehensive understanding of Node.js, and will also demonstrate how you can use the power of Node.js to create scalable and responsive web apps easily and efficiently. We will start by giving you an overview of Node and setting up an architecture to build web apps. Once the web app is ready, we will extend it by making it more responsive and adding popular plugins to it. You will also learn how to work with SQL and NoSQL databases, and finally will see how to deploy and maintain the application to a production environment.</p> <h1>Style and Approach</h1> <p>This video course provides an end-to-end journey to viewers, starting from installing Node.js through to deploying the sample web app to the production environment.</p>
Table of Contents (8 chapters)
Chapter 3
Deep Dive into Express.js
Content Locked
Section 1
Middleware and Serving Static Files
Learn how to extend the functionalities of express through middleware with the help of this video. - Introduce the basic pattern of using express middleware - Install and configure some commonly used middleware methods - Give a middleware example of serving static files in an express app