Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
/ autoupdate Public archive

Customized version of the Meteor's autoupdate package

Notifications You must be signed in to change notification settings

versolearning/autoupdate

Repository files navigation

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.

About

Customized version of the Meteor's autoupdate package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published