Deno First Look
Deno First Look
An introduction to the Deno JavaScript runtime
Table of Contents
1 - Welcome
Introduction
How to use the exercises
2 - What is Deno
What & Why
Secure By Default
Dependency Hell
TypeScript First
3 - Getting to know Deno
Installing Deno
Tooling
Your first program
The Deno object
CLI Tour
Debugging
4 - Understanding Dependencies
Thinking like a browser
Local dependencies
Remote dependencies
Best Practices
Compatibility With Node
5 - Permissions
Granting Permissions
Requesting Permissions
Permission Specificity
Determining Permissions
6 - Building a Webserver
Building a simple webserver
Reading the query string
Serving up static files
7 - Oak web framework
Introducing Oak
A Simple Oak Server
The Oak Router
Templates
Serving Static Files
8 - Deploying
Containerizing a Deno Application
Pushing the Deno image to a registry
Deploying the Deno image