A high-level look at modules

There are three I/O modules that allow our applications to work with the filesystem and access the outside world. These are as follows:

These three modules will likely be the main modules that a user will utilize when developing Node.js applications. Let's take a look at each of them individually.