Monday, January 11, 2016

Node Js-Part 1 Inro

Node.js is a runtime environment/library for running JavaScript application on server.
Its Fast , Scalable ,Single Threaded and Event driven


Editors : Sublime text , Brackets, JetBrains, Visual Studio Code, Visual studio itself (with NTVS)


Ex: of simple message printing on the console



D:\MyProj>cd Nodjs




D:\MyProj\Nodjs>node App.js


hello node


D:\MyProj\Nodjs>
Same Message running on the Browser

No comments:

Post a Comment