There are three I/O modules that allow our applications to work with the filesystem and access the outside world. These are as follows:
- fs
- net
- http
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.