fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.
Status: Proof of concept
cd fuse-wsfs mkdir ./build cd ./build cmake .. make mkdir test ./wsfs -s -f --document_root=`realpath ../src/app/www` --port=4711 test