Node.js Basics April 11th, 2013

  • Node is written in C, not JavaScript
  • Node is a server-side program which handles the grunt work of networking
  • Node processes JavaScript which makes writing server-side code somewhat easier
  • Node commands start with npm in the terminal