Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.19 KB

index.md

File metadata and controls

30 lines (25 loc) · 1.19 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