Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.5 Async Is Different

When most people first start thinking about code, they think about it as a series of steps that happen in order from top to bottom. Most of Node.js is built around the idea of "call and response", or asynchronous execution. This video will give you a good first look into why it's different, how it's powerful, and how to start getting your head around it.