0
How do I get an online web application to communicate with a local computer?
The goal is to send data to a local computer, and in principle I thought to send using Jquery/Ajax. It would have to do?
If not, what other ways could be done?
I have an application running online in php and I need it to send data to a local server. Sending data only happens after the application user presses the "save" button on the application. Simple communication. I don’t know if I could be clear enough.
Would thus be the application dorando online and the need for a copy on the local server