Chapter 3: The Runtime and Standard Library

Now that we know enough about Deno, we're in a good place to write a few real applications with it. In this chapter, we'll be using no libraries as its primary purpose is to present the runtime APIs and the standard library.

We will be writing small CLI utilities, web servers, and more, always leveraging the power of what the official Deno team created, with no external dependencies.

The Deno namespace will be our starting point as we believe it makes sense to explore what the runtime includes first. Following this idea, we'll also look at the Web APIs that Deno shares with the browser. We'll use setTimeout to addEventListener, fetch, and so on.

Still in the Deno namespace, we will get to know the ...

Get Deno Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.