c4milo / fusejs

Low level fuse bindings for nodejs
http://c4milo.github.io/fusejs
112 stars 72 forks source link

List projects using fusejs in README. #18

Open LopezCatherine opened 9 years ago

LopezCatherine commented 9 years ago

This would help newcomers to get an idea of where it is being used any how it is used.

EricTheMagician commented 9 years ago

I agree, but I think it would help if there were examples ( #1 and #2 ). I think a full blown project would be overwhelming to a new user.

Since nodejs/iojs is path based and the low level api is inode based, it's a bit more complicated to write a simple loopback filesystem, but I will work on it.

Example filesystems will be coming. The only one I know for sure that's using it is https://github.com/thejinx0r/node-gdrive-fuse which is the project that is making use of it.