1
I would like to make a connection to a remote Mysql database through an application compiled for Phonegap without the need to use PHP. The bank would not be inside the device but in the network where the device is connected.
Some sites say something about using Node.js but I didn’t understand how it does and I didn’t get any results.
Does anyone have any idea how to do?
I would like to do without PHP to avoid installing the PHP server on my network and the need for this language to make the connection.