5 minutes of Ignite format + 50 minutes of live coding.
code samples: https://github.com/oren/node.js-presentation
00:00 - 03:20 About the ignite format
03:20 - 08:33 Ignite - intro to node.js
08:33 - 14:00 Event loop and callbacks
14:00 - 28:30 code: Hello world and using the v8 debugger
28:30 - 34:30 Awesome packages I use and where Node dominates
34:30 - 40:20 code: Organize your code with CommonJS modules
40:20 - 47:50 code: HTTP calls + demo of server-side XSS (JS injection)
47:50 - 54:00 code: Streams, Pipes and spawning child process to resize images
54:00 - 58:20 code: Socket.io demo - chat app