-
Notifications
You must be signed in to change notification settings - Fork 39
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
Node support #239
Comments
I think I'm going to try to write a VFS for Node, and reuse as much as possible of what's already implemented here. If you folks are open to it I'd be happy to submit a PR for it, once done. |
I’d be happy to have support for something like this! Depending on how it’s done, it might even be possible to make this work with a one-time runtime check at startup; but let’s start with node support in the same style as the browser support. |
I've put together a VFS implementation for Node, you can find it here. I've pretty interested in deleting my fork and just somehow bundling
I don't know if that's reasonable for this project, I hope it is. |
I'd like to use something like this for Node, and I see this project already offers some support for the browser, so could it make sense to support Node too in the future?
Alternatively, could it make sense to offer an "abstract" implementation that receives the storage APIs as an argument, so it could potentially work anywhere?
The text was updated successfully, but these errors were encountered: