You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

791 B

[Build Status

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

Further Documentation