mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
.github/ISSUE_TEMPLATE | ||
examples | ||
include/webfuse_provider | ||
lib/webfuse_provider | ||
subprojects | ||
test/webfuse_provider | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
changelog.md | ||
codecov.yml | ||
COPYING.LESSER | ||
meson_options.txt | ||
meson.build | ||
README.md |
webfuse-provider
webfuse combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.
Build and run
To install dependecies, see below.
meson build
cd build
ninja
./webfuse-provider
Fellow Repositories
- webfuse-example: Example of webfuse
- webfuse: webfuse adapter library
- webfused: Reference implementation of webfuse daemon