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
For me, the problem was another instance was running. Search for other node instance running and kill it. It should resume properly after.