ballista
ballista copied to clipboard
An interoperability system for the modern web.
How does it compare to - web intents https://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview.html - web wishes http://darobin.github.io/web-wish/
In the "edit a file" example you add event listeners while handling another event. If the service worker gets killed it will never be able to deliver that update event...
Currently, handlers are specified declaratively in the web manifest. This is great for indexing, but it means the browser needs to decide when to prompt the user to install a...
Use IndexedDB to persist the virtual file system presented by the Ballista Cloud Demo. Currently, all the state is stored in the foreground page's JavaScript context. By making it (locally)...