mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
add more docs
This commit is contained in:
parent
3e5e9e8106
commit
1770d3f09e
20
README.md
20
README.md
@ -1,4 +1,22 @@
|
|||||||
# fuse-native
|
# fuse-native
|
||||||
|
|
||||||
Multithreaded FUSE bindings for Node JS.
|
Multithreaded FUSE bindings for Node JS.
|
||||||
|
|
||||||
__Documentation WIP__
|
## Features
|
||||||
|
|
||||||
|
* N-API support means we ship prebuilds and in general works on new Node.js releases.
|
||||||
|
* Multithreading support means multiple calls to FUSE can run in parallel.
|
||||||
|
* Close to feature complete in terms of the the FUSE API.
|
||||||
|
* Embedded shared library support means users do not have to install FUSE from a 3rd party.
|
||||||
|
* API support for initial FUSE kernel extension configuration so you can control the user experience.
|
||||||
|
|
||||||
|
## API
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT for these bindings.
|
||||||
|
|
||||||
|
See the [OSXFUSE](https://github.com/osxfuse/osxfuse) license for MacOS and the [libfuse](https://github.com/libfuse/libfuse) license for Linux/BSD
|
||||||
|
for the FUSE shared library licence.
|
||||||
|
Loading…
Reference in New Issue
Block a user