jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.07k stars 220 forks source link

Add a directory of filesystem templates #24

Closed jvilk closed 10 years ago

jvilk commented 11 years ago

This will make it even easier to make a custom BrowserFS file system (and I'd use them, too).

I should start by making templates for the following cases:

perimosocordiae commented 11 years ago

Or even abstract FS implementations that you can extend, or helper functions even. There's a lot of shared code between the localStorage and in-memory FSes.

jvilk commented 11 years ago

Yeah. I figured that I might do that once I have a third working filesystem in-place.

jvilk commented 10 years ago

No need to do this anymore, since TypeScript checks interfaces at compile-time.