Wrap Up
Let's highlight the main contents of this section.
We'll cover the following...
Key takeaways
Let’s take a moment to reflect on what we’ve learned in this section:
-
Express is minimalistic and provides a lightweight abstraction over the Node.js HTTP modules. It also provides convenience methods for creating routing, views, and middleware.
-
Node Package Manager (npm) is the world’s largest JavaScript software registry. It also refers to the command-line interface (CLI) tool for ...