javascript - Auto updating an html/angular app in client side -
i'm building app using angular. app run on clients computer. when update there download zip file server , upgrade required files.
i guess js , html incapable of copying , modifying files. our first idea run background application on os check updates , updates necessary. other approaches there achieve this?
even if application offline, can still host it, use appcache or it.
see post tutorial:
http://www.sitepoint.com/creating-offline-html5-apps-with-appcache/
Comments
Post a Comment