Learning Node JS - Day 1

Ryan Dahl - The awesome guy who created Node JS

Node JS - It is a Javascript framework.

Download and install Node JS

My First Node program :-

Open a editor and type in

console.log ('Hello Madhu Tomy');







How to execute the file


  1. Open up a command prompt
  2. Go the folder where the .js file is located
  3. Execute the command node hello-world.js (node  ?? filename??)




No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days