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
Rodrigo Nascimento 22dc7d43e3 Disable auto update for cordova apps 10 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 Add package autoupdate to remote autoupdate for cordova 10 years ago
autoupdate_client.js Add package autoupdate to remote autoupdate for cordova 10 years ago
autoupdate_cordova.js Disable auto update for cordova apps 10 years ago
autoupdate_server.js Add package autoupdate to remote autoupdate for cordova 10 years ago
package.js Keep cordova autoupdate but remove loop 10 years ago

README.md

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

autoupdate is part of the Webapp project.