In my case, the following is occurring: the microcontroller sends data using GET to the server, it saves to the MySQL database and tests if the alert needs to be triggered. This alert is done with a PHP page that uses jQuery + Ajax to send to another server, this already works, however, you need a browser to run the jQuery application because it is client side and not possible with the microcontroller. I searched and saw that it would be the case to use Node.js to process this on the server side. Here comes the question: how would I do to Node.js run this PHP page?