Search⌘ K
AI Features

Summary of the Runtime and Standard Library

Explore the fundamentals of Deno's runtime and standard library including module versioning, filesystem APIs, buffers, and web development. Learn to create JSON APIs, handle headers, and serve single-page applications that interact with your API, building practical and real-world web applications using Deno.

We'll cover the following...

Recap

As we go through the course, our knowledge of Deno gets more practical, and we start to use it for use cases that are closer to the real world. That was what this chapter was about.

We started the chapter by learning about some fundamental runtime characteristics, namely the program lifecycle, and how Deno sees module stability and versioning. We rapidly moved on to the Web ...