Can meteor application be launched offline, when no server connection is active,
for example from html5 application cache in browser.
Or being saved to offline folder.
of course no data propagation to server, but maybe some local cache.
EDIT: how about saving events to local storage when offine?
Yeah, theoretically, this should be doable by creating a HTML5 cache manifest. I asked about this here:
How can I add a cache manifest to a Meteor app?