Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANNOUNCE: websocketfs (a modern version of this) #1

Open
williamstein opened this issue Aug 21, 2023 · 0 comments
Open

ANNOUNCE: websocketfs (a modern version of this) #1

williamstein opened this issue Aug 21, 2023 · 0 comments

Comments

@williamstein
Copy link

Hi,

I'm working on a modern version of this, which I need for a product my company is building. See

Instead of using the sshfs binary and piping data back and forth, websocketfs using C library FUSE bindings for nodejs, and just directly implements a full FUSE filesystem. This completely removes the dependency on sshfs, and should be more flexible and robust. In particular, you can in theory implement any sort of caching or other neat ideas that you always wished sshfs had, but directly in Javascript.

William

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant