Deno First Look

Deno First Look

3 hours, 50 minutes CC

Take a first look at Deno, the new command-line runtime for JavaScript. It takes a fundamentally different approach to run JavaScript on the server based on the lessons learned from Node.js. Things like being secure by default, being built on TypeScript, as well as a fresh take on managing dependencies and shipping your apps. Deno is a JavaScript environment rethought from the ground up!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: March 16, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Setup

Thinking Like a Browser

Server Side Features

Wrapping Up