From 336228d63782c4bfac21f04406668990fabe7cb5 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Tue, 25 Mar 2025 19:59:28 +0100 Subject: [PATCH] link websocketfs Signed-off-by: Falk Werner --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 50a6fac..d055d2d 100644 --- a/README.md +++ b/README.md @@ -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)