Hacker News new | ask | show | jobs
by benatkin 92 days ago
Embed is read-only at runtime. This proposed vfs module for Node.js is a full virtual file system.
1 comments

true
It's cool that it fits into golang's readable file system interface so it can be used polymorphically. I don't know if golang has very complete interfaces for a read and write file system that could be used for a full vfs. If it does, that's nice, and a starting point for a similar vfs! I'm also not sure whether it should go into the standard library or not.