I have written a simple code and save it in file try.js .
var http = require(\'http\'); var makeRequest = function(message) { var options = { host: \'loca
Another server is running on the same port 8080 so change the port in this code or kill the port 8080 and restart it.