Skip to content

Commit 61c4937

Browse files
authored
Update README.md
1 parent 11aa240 commit 61c4937

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ I wish there was something like sshfs, but entirely over a websocket that doesn'
1414

1515
To try this out, check out the readme for the websocketfs package.
1616

17-
17+
## Related Projects
18+
19+
- [webfuse](https://github.com/falk-werner/webfuse) is a different approach to mounting a FUSE filesystem using websockets as the transport. It's a C++ program that proxies an arbitrary FUSE filesystem over a WebSocket connection. In contrast, websocketfs is two Javascript libraries (both a client and a server) that use the sshfs protocol to make a filesystem on one machine mountable over the network on another machine. There is an overlap where the two libraries could accomplish the same goal, so if you're interested in websocketfs, you might also want to investigate webfuse.

0 commit comments

Comments
 (0)