<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Node JS Introduction &#8211; Sibeesh Passion</title>
	<atom:link href="https://mail.sibeeshpassion.com/tag/node-js-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>https://mail.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 11 Jul 2018 16:21:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Node JS Introduction &#8211; Sibeesh Passion</title>
	<link>https://mail.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Introduction to Node JS</title>
		<link>https://mail.sibeeshpassion.com/introduction-to-node-js/</link>
					<comments>https://mail.sibeeshpassion.com/introduction-to-node-js/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 19 Jun 2015 16:44:10 +0000</pubDate>
				<category><![CDATA[Node JS]]></category>
		<category><![CDATA[Node JS Introduction]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=5201</guid>

					<description><![CDATA[In this post we will learn about the basics of Node JS. This article explain the process of installing node js in your system and the basic thing you need to do to configure. You can also get an idea of testing the node js by using some piece of code. Some of you might have already tried this. This article is for the one who have never tried Node JS. I hope you will like it. Background Today one of my colleague asked me &#8220;what is Node JS?&#8221;. I could manage with the definition. But it might have not [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this post we will learn about the basics of Node JS. This article explain the process of installing node js in your system and the basic thing you need to do to configure. You can also get an idea of testing the node js by using some piece of code.  Some of you might have already tried this. This article is for the one who have never tried Node JS. I hope you will like it.</p>
<p><strong>Background</strong></p>
<p>Today one of my colleague asked me &#8220;what is Node JS?&#8221;. I could manage with the definition. But it might have not helped him much. So I thought of creating an article and send him the link for his reference. Hereby I am dedicating this article to him.  </p>
<p><strong>What is Node JS?</strong></p>
<li>Node JS is a run time environment for server side and networking application. </li>
<li>It is an open source</li>
<li>It supports cross platforms</li>
<li>Node JS applications are written in pure javascript</li>
<li>It can be run within Node.js environment on WIndows, Linux, IBm etc&#8230;</li>
<p><strong>To start with</strong></p>
<p>To start with Node JS, you need to go to <a href="https://nodejs.org/" target="_blank">https://nodejs.org/</a> and click on install.</p>
<p><img decoding="async" src="http://sibeeshpassion.com/content/images/node1.PNG" alt="" /></p>
<p>Figure 1: Download</p>
<p>Now a .msi file will be downloading in your system. Please run that once the downloading is over.</p>
<p><img decoding="async" src="http://sibeeshpassion.com/content/images/node2.PNG" alt="" /></p>
<p>Figure 2: Installation</p>
<p><img decoding="async" src="http://sibeeshpassion.com/content/images/node3.PNG" alt="" /></p>
<p>Figure 3: Installation Continue</p>
<p>Now I hope you have installed Node JS, So what is next? We need to test our node platform right? </p>
<p><strong>Testing Node JS</strong></p>
<p>To check whether our Node JS is working fine, We can create a &#8220;Hello World&#8221; program in two ways. </p>
<li> Directly type message in command window.</li>
<li> Type the message in a js file and execute it in node </li>
<p><strong>Directly type message in command window</strong></p>
<p>Open your command window( Press Window key <img decoding="async" src="http://www.sibeeshpassion.com/content/images/windows-key.gif" alt="" /> + R ), type cmd in the window. Now a window will be opened, you can type your commands over there.</p>
<p><img decoding="async" src="http://www.sibeeshpassion.com/content/images/node4.png" alt="" /></p>
<p>Once you pointed out to your drive as shown in the image, type &#8220;node&#8221; and press enter. Now you can type anything in your console using console.log. Then You will get the output as shown in the above image. </p>
<p>Now you may be thinking why it returns an undefined error!. Am I right?</p>
<p>It is because of, normally Node JS will displays return value of each commands. As you all know console.log does not return anything. So it is displaying &#8216;undefined&#8217;.</p>
<p><strong>Type the message in a js file and execute it in node</strong></p>
<p>Create a js file manually ( To do so, open a notepad, type some content and save it with .js extension. That is all. ) </p>
<p><img decoding="async" src="http://www.sibeeshpassion.com/content/images/node5.png" alt="" /></p>
<p>I typed the content as &#8220;console.log(&#8216;Sibeesh passion welcomes you to the world of Node&#8217;);&#8221; </p>
<p>Now you can execute that JS file as follows.</p>
<p><img decoding="async" src="http://www.sibeeshpassion.com/content/images/node6.png" alt="" /></p>
<p><strong>Conclusion</strong></p>
<p>I hope you will like this article. Please share me your valuable thoughts and comments. Your feedback is always welcomed.</p>
<p>Thanks in advance. Happy coding!</p>
<p>Kindest Regards<br />
<a href="https://plus.google.com/+sibeeshkv" target="_blank">Sibeesh Venu</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/introduction-to-node-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
