Chapter 1. Node.js Fundamentals
Node.js is one of the most popular JavaScript-driven technologies nowadays. It was created in 2009 by Ryan Dahl and since then, the framework has evolved into a well-developed ecosystem. Its package manager is full of useful modules and developers around the world have started using Node.js in their production environments. In this chapter, we will learn about the following:
- Node.js building blocks
- The main capabilities of the environment
- The package management of Node.js