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 the network on which the device is connected.
Some websites say something about using Node.js but I do not understand how it works and I did not get any results.
Does anyone have any idea how to do it?
I would like to do without PHP to avoid installing the PHP server on my network and the need for that language to make the connection.