Most impressive features of Meteor to show in demos

I have a few methods however they aren’t being used when in offline mode.
In my app, as long as I am in a game view (so the right collection is loaded before going offline), I trust the user to do their own local inserts and updates. I haven’t done anything in particular to make offline work, during testing I tried it and it just worked natively.

I haven’t actually got any code in there which does the offline support, it just works as long as I don’t need to change collections. As long as the user stays in the same view, the data seems to sync when they go back online. I am happy to share the code, but it isn’t anything special, like I said to josh. I didn’t plan for that to work it just does :smile: