This document provides an overview and summary of a Node.js workshop presented by Tom Hughes-Croucher. The workshop covers: 1. Why use server-side JavaScript and how Node.js enables this through its event-driven and non-blocking architecture. 2. An introduction to Node.js, including how to install Node.js and build basic HTTP servers. 3. More advanced Node.js topics like modules, events, streams,