Recursive version of fs.readdir with small RAM & CPU footprint.
List files and directories inside the specified directory
Recursive fs.readdir with streaming API and glob filtering.
fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.
A lightweight Node.js module to recursively read files in a directory using ES6 Promises