OK, after trolling the web I'm a little confused.
If I build a native app from html5 with something like Apache Cordova, can this app keep its offline database up to date with data from the web server?
|
OK, after trolling the web I'm a little confused. If I build a native app from html5 with something like Apache Cordova, can this app keep its offline database up to date with data from the web server? |
|||||
|
|
Yes We can do this using html5 server sent events. I did not try this but i guess it may helpful to u.get data from server to client |
|||
|
|
|
Off course it can. You'll "just" have to synchronize it when your application is connected to the internet. |
|||
|