Re: Polished FileSystem API proposal

> Yes.  I completely agree.  Personally in my projects, I wish there was to
> create custom filesystems backed by JavaScript code that are exported to
> hierarchical URLs.  It would work somewhat like server-side web development
> where a js function handles the request for a file.  This is basically what
> fuse does for Linux.
>
> I would love to be able to create a custom union filesystem that has layers.
> One would be in-memory and another would be backed by a local bit database.
> It would all be implemented in pure user space js.
>
Maybe you would be interested on ServiceWorkers

https://github.com/slightlyoff/ServiceWorker

They are currently being implemented on Firefox and Chrome.


-- 
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un
monton de sitios diferentes, simplemente escribe un sistema operativo
Unix."
– Linus Tordvals, creador del sistema operativo Linux

Received on Wednesday, 6 November 2013 14:46:55 UTC