Getting Started with Node JS

Introduction to Node.js

Node is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side.
Node is primarily suited to build scalable low latency Network Applications.

Why Node.js

  • Introduction to NodeJS
  • File Handling
  • Writing Callbacks

Introduction to NodeJS

  • Asynchronous Non Blocking I/O
  • Event Based Single Threaded Application
  • Shorter Learning Curve

File Handling

Writing Callbacks