How to effectively read files and directories inside a shared network drive using nodejs/electronjs without blocking the main and renderer process?
I am working on a windows electronjs/react app that heavily deals with filesystem. Like creating files, reading, traversing a path recursively that might include tens of dub-directories and files.