node-nfsc
tl;dr
NFS client bindings for node.js
Using node-nfsc in your project
Install the dependencies krb5-multidev
and libkrb5-dev
.
And then,
$ npm install --save node-nfsc
Usage
First, import the node-nfsc
function into your program:
const nfsc = ;
Second, create an NFSv3 Client instance with the following arguments:
var my_stash = host: 'example.com' exportPath: '/my_stash';
Third, mount the filesystem and play with your data:
let myfile_content;my_stash;
Contributing
In order to contribute, please follow the Contributing Guidelines.