This document provides an introduction and overview of Node.js, including:
- Node.js is a JavaScript runtime for building scalable network applications using an event-driven, non-blocking I/O model.
- The agenda covers getting started basics like installation and building a sample web app with Express and Jade.
- Samples of building a sample app in Express and Geddy are demonstrated and the code is walked through.