1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-02 15:34:32 +00:00

link websocketfs

Signed-off-by: Falk Werner <falk.werner@gmx.net>
This commit is contained in:
Falk Werner 2025-03-25 19:59:28 +01:00 committed by Falk Werner
parent 9de88626cb
commit 336228d637

View File

@ -54,6 +54,11 @@ A `webfuse provider` provides a filesystem to a remote device using the `websock
Unlike webfuse, davfs2 mounts a remote filesystem locally, that is provided by a WebDAV server. In contrast, webfuse starts a server awaiting client connections to attach the remote file system.
### websocketfs
[websocketfs](https://github.com/sagemathinc/websocketfs) is another fuse based filesystem with websocket transport. The project describes itself as
"like sshfs, but entirely over a websocket that doesn't use ssh at all".
## Further Documentation
- [Build instructions](doc/build.md)