...

/

Introduction to the Runtime and Standard Library

Introduction to the Runtime and Standard Library

Learn about the content outline and the topics covered in this chapter.

We'll cover the following...

What we’ll learn

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 use no libraries because its primary purpose is to present the runtime APIs and the standard library.

We’ll write small CLI utilities, web servers, and more, always leveraging the power of what the official Deno team ...