Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.03 KB

File metadata and controls

28 lines (23 loc) · 1.03 KB

Node fs API in-memory implementation

In-memory file-system with Node's fs API.

  • Node's fs API 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 /demo folder

Docs