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 0fde0a0f2e update to meteor 1.6.1 8 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 update to meteor 1.6.1 8 years ago
autoupdate_cordova.js Sync with new autoupdate 9 years ago
autoupdate_server.js Move all npm from meteor packages to package.json & Update versions 8 years ago
package.js update to meteor 1.6.1 8 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.