The Test examples,
//Test NodeJs example var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello NodeJs, I am Anil\n'); }).listen(1337, "127.0.0.1");
References,
v.
https://www.npmjs.com/package/node-windows
I Hope this is helpful to you! Thank you!