The smart package appcache
allow us to improve the load time of Meteor applications by keeping in the browser static ressources defined in the manifest.
But that's not enough to run the app offline, we need to have offline database/collections as well.
Today, what are the best strategies to use offline minimongo? What is planned (or not) in the future?