Out of the box "Lotus Notes"-style sync has not been a design goal for Meteor 1.0. Meteor would be a good base for building such a system though (you could use Meteor technologies like minimongo, Spark, and DDP.) We think that most apps don't actually need this, and the apps that do tend to have special needs that require custom code anyway.
Maybe if a lot of apps want this, and they all turn out to want the same thing, it could be part of Meteor 2.0. Ideally we'd extract the functionality of a working app and add it to core.
On Tue, Aug 7, 2012 at 2:45 AM, Morten Henriksen
<m...@gi2.dk> wrote:
Hi,
Would It be possible for a user to login, change data while offline - just to sync / auth hash eg. when online again?