--
--- You received this message because you are subscribed to the Google Groups "Unhosted Web Apps" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unhosted+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi.
I think progress is great with a collection of apps!
One issue that irks me with them is that I keep having to login in to each of them before you can do anything useful. To be really unhosted, I'd like to first be able to just use it in the browser, store data in local storage in browser, but if I logged in it'd synchronize.
Also the need to log in to storage for each app it's somewhat tedious. Could one make the browser remember and ask permission for each app instead?
I'm currently working on a new programming language. Its implemented in JavaScript, runs inside node.js it's multitasks so it also runs in the browser. Anyway. The language is it's own interactive environment. What's missing is persistency outside the browser. In some sense you could say my language is unhosted too.
I have two things I want with storage, that it's remote storage backing up changes while interacting, but also ability to share data between members online. Not sure how that fits into the remote storage model? I've been toying with the idea of using some interface to a git hub of some sorts...
Jonas
One issue that irks me with them is that I keep having to login in to each of them before you can do anything useful. To be really unhosted, I'd like to first be able to just use it in the browser, store data in local storage in browser, but if I logged in it'd synchronize.
Also the need to log in to storage for each app it's somewhat tedious. Could one make the browser remember and ask permission for each app instead?