side web apps ("backend") • Node.js apps are written in JavaScript • Uses Google's V8 JS Engine • Provides built-‐in http server without the need to use for example Apache HTTP Server • Various modules • File System I/O, Networking (HTTP, TCP, UDP, DNS, SSL) • Lot of frameworks built on top of Node.JS • Express.js for Web Apps • Node.JS is non-‐blocking, commands execute in parallel