From 424e3c06ffda948163def0f45779a53e8a708546 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 23 Mar 2015 17:20:13 +0100 Subject: [PATCH] update fuse4js section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccc283d..b125081 100644 --- a/README.md +++ b/README.md @@ -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