1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2026-03-02 03:40:15 +00:00
Mathias Buus 1770d3f09e add more docs
2019-12-17 10:38:00 +01:00
2019-11-15 11:31:18 +01:00
2019-12-17 10:15:33 +01:00
2019-08-06 10:55:08 +02:00
2019-09-18 18:44:54 +02:00
2019-11-19 11:42:40 +01:00
2019-11-19 11:42:40 +01:00
2019-12-17 10:15:33 +01:00
2019-12-17 10:38:00 +01:00
2019-07-24 16:52:17 +02:00

fuse-native

Multithreaded FUSE bindings for Node JS.

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 license for MacOS and the libfuse license for Linux/BSD for the FUSE shared library licence.

Description
No description provided
Readme 363 KiB
Languages
JavaScript 56.4%
C 42.6%
Python 1%