node-memfs

In-memory filesystem with Node's API
  https://github.com/streamich/memfs#readme
  0
  no reviews



Implements Node's fs API

stores files in memory, in buffers and throws same errors as Node.js has the concepts of i-nodes and implements hard links and soft links

Node.js is an event-based server-side JavaScript engine.