mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Conflicts: History.md packages/accounts-password/package.js packages/accounts-password/password_server.js packages/constraint-solver/package.js packages/meteor-tool/package.js packages/non-core/npm-bcrypt/package.js packages/package-version-parser/package-version-parser-tests.js packages/package-version-parser/package-version-parser.js packages/package-version-parser/package.js tools/selftest.js
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.