Intro Node JS

var result =  db.query("select * from T");
// use result
//=> what is the software doing while it queries the database, WAITING

Plan

  • What is Node JS
  • Architecture
  • How Node Works
  • Node Module System
  • Creating a Basic Web Server

What is Node

Source: Programming with Mosh

Made with Slides.com