Skip to main content

Node.Js tutorial - Setup

Node.Js is server side JavaScript platform build on Google Chrome's JavaScript Engine. Most of the companies are developing their applications with Node.js, for example You Tube, Yahoo, Paypal etc. Node.js applications are written in JavaScript and can run with any OS(Operating) under Node.js runtime environment.

The Node.Js tutorial on Techtuts gives clarification about the Node.Js from the fundamental concepts to improved concepts. This tutorial provides good understanding about the Node.Js for Technical, Non-Technical People, College Students and Working Professionals. Given an examples are an easy to understandable and an easy to practice by yourself.

In this tutorial you will grasp about the concepts from start to end. This tutorial includes an introduction, features, Node Package Manager, Environment Setup, Callbacks, Event Emitter, Modules, Filesystem, Streams, Buffers, Rest API Creation etc.

Node.Js installation is very easy in all the major platforms like Linux, Unix, Ubuntu, Microsoft, Mac etc. Node.Js also supports by most of the Operating System more well as world widely available Operating Systems like Linux, Unix, Ubuntu, Microsoft, Mac etc. Node.Js is also cross platform. So NodeJS runtime runs on all important Operating System all over the world.

Windows Installation

For installing Node.Js on windows, we need to download the latest windows installer from following official URL.

 

https://nodejs.org/en/download/

 

You can the installer for 32/64 bits based on your system requirement from the above URL. Once  you downloaded, double click on the installer, It starts the NodeJs installation your system.