Exercise 3.1

What are some web development stacks?

What stack are we using in this course?

Exercise 3.2

Consider the sample Node.js server code. What evidence do you see of the key features of JavaScript and of Node.js?

Exercise 3.3

Consider the sample server’s use of Node.js modules. Of what value are modules and NPM?