mysql - phonegap external storage -
I am using phonegap to create iPhone and Android applications. I should be able to store a database on a database in my database, as well as I can use my websacet server.
The app is running on local HTML and JavaScript files because I can go about doing this to run AJAX / website requests on external servers?
Then let me change my comments in a reply. / P>
You need a client-server architecture, where the client will be your all end devices. In this case the server must be a globally accessible user (somewhere Amazon Cloud, maybe?).
Your device sends updates to the backend server, which is from your database, ajax calls will be stored on the server. All your other customers need to use AJAX from the same backend server periodically, and updates will be sent from your primary device.
Comments
Post a Comment