-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Memfs #5
Comments
I could see this being useful on the server option instead of writing to a /tmp directory. My become very large though with a large site / static directory. We could make it optional to write to disk though. |
Aero, the file system lib we use, has a memory file system that may be an option at some point. We're not pulling in another library that does the same. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi,
Sometime back I wrote this code:
https://github.com/ranveerkunal/memfs
I think it is a good fit for your usecase. I will happily resolve issues you encounter.
Regards,
The text was updated successfully, but these errors were encountered: