Answer the question
In order to leave comments, you need to log in
Offline web application with local DB, what technologies?
Good afternoon.
There is a project in php and mysql for forming an order for a counterparty:
With the following capabilities:
Answer the question
In order to leave comments, you need to log in
take PhoneGap and write an application that, if there is no connection to your database, writes to itself in sqlite, and if there is a connection, it sends it to your server (make the same switch somewhere in the interface).
Then, when there is already Internet, your application will send what it has in sqlite to your server, and delete it from itself, or whatever you want.
I advise phonegap.com because of the last point you have (that you don’t have time to write in a native language) + it will be cross-platform (iOS, Android, WP) so there will be no problems with the zoo of tablets either. Phonegap uses HTML, CSS and JS.
I would do so, purely IMHO,
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question