An Operating System for the Web
When I started working on JSFS the objective was simple: to provide a persistent file store for web application. I was writing web apps in pure client-side code (HTML+CSS+Javascript) and I could do pretty much everything I needed to do except store data permanently.This was before things like local storage, etc. were available in browsers.So I set out to build the simplest thing that could provide this functionality for the type of applications I was writing. The interface, HTTP with REST conv...
Read more at jasongullickson.com