Discover Node.js and move from frontend to backend
Difficulty: Junior ● Progress: 0 / 0 modules completed
The fs, http and readline modules

As explained previously, NodeJS provides a large number of pre-installed packages that allow you to interact with the operating system, the network and make it easier to use certain protocols!
You can find the list of packages provided directly by the environment here: https://www.w3schools.com/nodejs/ref_modules.asp
You need a free account to read this module