Reading and Writing Files/Directories in NodeJS Using the FS Core Module
Yesterday, I answered my own SUPER-NOOB questions about servers and NodeJS. Today, I want to have a look at how we can use a core module within NodeJS which allows us to interact with the file system. This core module is called fs (file system).
Let'...
blog.annamcdougall.com10 min read