It is a simple folder mounter over network.
Only works on linux, until i find dokany or winfsp bindings for JS.
npm i -g @solvencino/arc
or (without installation)
npx arc <args>
arc -p 8080
-> key
arc -p 3000 -k <key> -m /home/dir/
-p, --port <port> port to run on [optional]
-k, --key <key> dht key [required on client]
-m, --mount <path> path to mount
-w, --allowWrite when using mount allow client all permissions. default READ-ONLY
-v, --version print version
-h, --help display help for command
MIT
Files httpfs-server.js and httpfs-client.js are under license MPL 2.0.
Source for both files: httpfs