+ 1
You don't need to make AJAX request in NodeJS, AJAX is called by client side Javascript only. To send request from NodeJS to another server, you need to use http request native module. var http = require('http');
19th Oct 2017, 4:43 PM
Calviղ
Calviղ - avatar