In-memory file-system with Node's fs API.
- Node's
fsAPI implemented, see missing list - Stores files in memory, in
Buffers - Throws sameish* errors as Node.js
- Has concept of i-nodes
- Implements hard links
- Implements soft links (aka symlinks, symbolic links)
- Can be used in browser, see
/demofolder