Files
meteor/packages/autoupdate
ekatek 4a8e5fde08 incrementing version numbers
A merge of the windows-cordova branch did not increment the version numbers
of some packages before adding pre-release versions. This causes constraint
solver errors, when, for example, trying to build a release from devel. This
change should fix the most obvious candidates.
2015-02-16 15:25:25 -08:00
..
2015-02-10 17:01:12 -08:00
2015-02-16 15:25:25 -08:00
2014-12-18 17:32:34 -08:00

autoupdate

This package is the heart of Meteor's Hot Code Push functionality. It has a client component and a server component component. The client component uses a DDP API provided by the server to subscribe to the version ID of the most recent build of the app's client. When it sees that a new version is available, it uses the reload package to gracefully save the app's state and reload it in place.

autoupdate is part of the Webapp project.