-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Discussion: In memory filesystem implementation #1836
Comments
kevinkassimo
changed the title
In memory filesystem implementation
Discussion: In memory filesystem implementation
Feb 25, 2019
Related to Ry's comment in #1657. |
also related: upcoming writable files API |
Ref #5755 |
Feels like this should be addressed as a community library, versus something built into Deno, outside of supporting Service Workers as a whole (see: #5957), so closing as un-actionable for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Moved from Gitter chatroom, for tracking and discussion purposes and avoid forgetting)
Per proposal from Reddit by @ChrisAckerman:
Comment by @kitsonk :
Potential Rust impl pointers: https://github.com/zboxfs/zbox (this one seems very nice, supports os fs
+ encryption/in-memory/sqlite/redis storage and provide APIs similar to
std::fs::File
), https://crates.io/crates/vfs , https://crates.io/crates/rsfsA pure TS impl is also possible.
The text was updated successfully, but these errors were encountered: