The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rocket.Chat/packages/autoupdate
Gabriel Engel 312badcc99 bumped autoupdate package version to 1.3.12 9 years ago
..
.gitignore Add package autoupdate to remote autoupdate for cordova 10 years ago
QA.md Add package autoupdate to remote autoupdate for cordova 10 years ago
README.md Sync with new autoupdate 9 years ago
autoupdate_client.js Add package autoupdate to remote autoupdate for cordova 10 years ago
autoupdate_cordova.js Sync with new autoupdate 9 years ago
autoupdate_server.js Add package autoupdate to remote autoupdate for cordova 10 years ago
package.js bumped autoupdate package version to 1.3.12 9 years ago

README.md

autoupdate

Source code of released version | Source code of development version


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 (if included in the app) to gracefully save the app's state and reload it in place.

autoupdate is part of the Webapp project.