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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -