2 Installation
The tallest towers start with the foundation.—Thomas Alva Edison
The components of Node.js were developed in C++. This means that the entire platform is basically independent of the operating system on which it runs. This platform independence ensures that you can install Node.js on Unix-based systems, such as Linux or macOS, as well as on Windows. Originally, Node.js was developed to be installed and used on Unix-based systems. You can still notice this origin because some functionalities aren’t available on Windows. For example, you can’t access various functions of the process module on Windows. Another difference can be observed in the fs module that encapsulates the file system functionality for Node.js. The watch functionality ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access