Chapter 17. Node.js - Intro to Part II

Table of Contents
17.1. References for 2nd Semester Node.js Chapters
17.2. Toolchain

17.1. References for 2nd Semester Node.js Chapters

Your node Textbook: [Mar18]

The official website of Node.js is https://nodejs.org/en/ website. In addition to a lot of other content, it has the https://nodejs.org/en/docs/.

Soon enough we will start using Express, the most ubiquitous framework for creating node applications. We shall create applications by means of the express-generator. Both Express itself, and the generator installs easily through the npm that you already know.

Setting out on the node journey, you will discover myriads of tutorials on the subject. The slope of the learning curves varies a lot. Some books I have found useful are:

[ Cop19 ], [ Wex19 ],

My own materials: [ NMLdkexit ].