$watch vs $on in angularjs

Node.js and NPM Examples

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,
                    i.            https://egghead.io/lessons/node-js-installing-node-js-and-npm-on-windows
                  ii.            https://blog.risingstack.com/node-js-windows-10-tutorial/
                iii.            https://howtonode.org/how-to-install-nodejs
                iv.            https://docs.npmjs.com/getting-started/installing-node
         v.            https://www.npmjs.com/package/node-windows

I Hope this is helpful to you! Thank you!
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

www.code-sample.com/. Powered by Blogger.
^