Answer the question
In order to leave comments, you need to log in
Is there a GET request handler in NODE.js?
A get request is sent: $.get('serv.php', { usedID: ID});
And it is written to a variable already in php: $userID = $_GET['ID'];
So, how can you write data from a get request to NODE.js?
Answer the question
In order to leave comments, you need to log in
https://nodejs.org/dist/latest-v6.x/docs/api/http.html
https://nodejs.org/dist/latest-v6.x/docs/api/url.html
https:// nodejs.org/dist/latest-v6.x/docs/api/query...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question