Chapter 15. Node.js and npm - The First Steps

Table of Contents
References for this Lesson
Initially …
Now the Basic Node.js Steps
First
Then
Modules in Node.js
Syntactical Variations of Export
npm - Node Package Manager
npm Commands
npm init
npm set
npm install
npm update
npm outdated
npm uninstall
Your First Server/Application
Asynchronicity - A Node.js Pillar
Asynchronicity in Practice
The Node.js File System Module
Asynchronous Read
Asynchronous Write
Asynchronous Append
Asynchronous Rename
Asynchronous Delete
The HTTP - HyperText Transport Protocol
Aspects of HTTP
The Query String
Assignments Node I
Handing In Assignments
Assignment Node I.0
Assignment Node I.0a
Assignment Node I.1
Assignment Node I.2
Assignment Node I.3
Assignment Node I.4
Assignment Node I.5

References for this Lesson

[???] These materials and your textbook [Wex19] lessons 0 - 4.

HTTP Overview (from Mozilla Developer Network)

https://tools.ietf.org/html/rfc7231 The actual HTTP standard. Section 3.3 and Chapter 4.

Node.js v13.6.0 Documentation - File System (from the Nodejs Documentation)