Node js Introduction

  • Node.js is an open source server environment.
  • Node.js is free.
  • Node.js runs on various platforms(Windows,Linux,Unix,Mac OS X,etc.)
  • Node.js uses javascript on the server.
  • Node.js is server-side platform built on google chrome's javascript engine(V8 Engine).
  • Node.js also provides a rich library of various javascipt modules which simplifies the development of web applications using Node.js to a great extent.
  • Node.js = Runtime Environment + JavaScript Library
Posted on by