Search⌘ K
AI Features

Summary of What Is Deno?

Explore the evolution of server-side JavaScript from Node.js to Deno. Understand event-driven asynchronous programming, the motivations behind Deno's creation, its architecture, benefits, and limitations. This lesson prepares you to start building with Deno by grasping its vision and core use cases.

We'll cover the following...

Recap

In this chapter, we traveled back in time to 2009 to understand the creation of Node.js. After that, we realized why and when we should use the event-driven approach compared to a threaded model and its advantages. We came to understand what event-driven, asynchronous code is and how JavaScript helped Node.js and Deno ...