Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.1 The File System

In this lesson, we are going to write our first piece of server-side JavaScript, which will access the file system. This includes reading and writing files and using different techniques. Then, we are going to “watch” a file, which listens for when a file changes, and responds to that event accordingly.