Meteor: server/client code/data synchronisation

Ashok,

This looks like something that might be worth looking at regarding storage synchronisation (as we discussed earlier):

  http://www.meteor.com

Looks like the model they're using is to have the same code running on server and client; changes to local data are reflected immediately in the client and pushed to the server, and if the server does something different from the client for some reason, the client gets synchronised with server behaviour. Code changes on the server get pushed to the client.

The video gives a pretty good overview.

Jeni
-- 
Jeni Tennison
http://www.jenitennison.com

Received on Thursday, 14 June 2012 02:36:58 UTC