Understanding File System | Understanding Node.js Core Concepts FREE VERSION

Описание к видео Understanding File System | Understanding Node.js Core Concepts FREE VERSION

Grab the complete and premium version of the course using this link:
https://www.udemy.com/course/understa...

This video is all about the Node.js File system, and by the end of it, you'll master the fs module!

Final source code of the project: https://github.com/agile8118/node-fil...

Next Video:    • Understanding Streams | Understanding...  
The Course - Free Version:    • Understanding Node.js Core Concepts C...  

CORRECTION (December 29):
I mentioned in the video that the double logs that we get might be something related to the visual studio code, but actually, it turns out it's something related to the fs.watch itself. Apparently, it's unstable and not consistent and sometimes reports events twice. I tried other packages out there but still the same thing. You can try the 'chokidar' package to not get the double logs, but it doesn't report all the events if they happen extremely fast, for example doing a thousand writes to a file. It's something more related to the operating system concepts, I try to dig deeper into this and share the results with you later!

Комментарии

Информация по комментариям в разработке