This topic is locked

Offline online project

10/17/2022 11:16:51 AM
PHPRunner General questions
M
MOHAMMED GHASSAN ADNAN author

0
I recently built a web application for my company, but the client needed the application to work both offline and online, depending on the availability of internet connection.Anyways, I'm looking for a way to allow my application to run offline and online.

The following technologies are used: PHPRUNNER 10.8, MySQL.
Clients could be using that app without internet connection; if there is internet connection the app will automatically move to using the hosting server.

fhumanes 10/20/2022

Hello,

I think that in order to help you in a "complex" solution like the one you describe, it is necessary to have more functional information of your application.

Phprunner can be fully functional on your own PC, so it can be executed off-line (one of your requirements).

The use of an internet server, the data (online state) can be synchronized from mysql functionality (asynchronous copies or cluster).

It will depend on the exploitation required in the Internet server, if one solution or another (asynchronous copy or cluster) is necessary.

References:

Cheers,
fernando