1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2025-06-13 12:53:54 +00:00

update fuse4js section

This commit is contained in:
Mathias Buus 2015-03-23 17:20:13 +01:00
parent dee77e1a30
commit 424e3c06ff

View File

@ -6,7 +6,8 @@ Fully maintained fuse bindings for Node that aims to cover the entire FUSE api
npm install fuse-bindings
```
Created because [fuse4js](https://github.com/bcle/fuse4js) isn't maintained anymore and doesn't compile on iojs
Compared to [fuse4js](https://github.com/bcle/fuse4js) these bindings cover almost the entire FUSE api (except for locking) and doesn't do
any buffer copys in read/write. It also supports unmount and mouting of multiple fuse drives.
## Requirements