deep-node-fs provides simple wrappers that wrap nodejs asynch fs call (read and write) in a deep compliant (promised base) way.
Provided protocols (see deep protocols) :
- raw text file (or html) (text:: or html::)
- json (json::)
It support File watching.
Required
- deepjs >= v0.9.4
- node >= 0.10.0
Install
git clone https://github.com/deepjs/deep-node-fs cd deep-node-fs npm install
Usage
; // relative to root node server path ; //... deep ; //... deepstorenodefsJSON; deep ; //... ; //...