top of page

Node Js

Public·2 members

Lecture 4 - Node.js File System Module

Node.js as a File Server

The Node.js file system module allows you to work with the file system on your computer.

To include the File System module, use the require() method:

var fs = require('fs');

Read more



23 Views
bottom of page