Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1012 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 1012 Bytes

A Guide to Deno Core

What is this?

This is a guide to the design and structure of Deno, a secure server-side TypeScript runtime.

This guide is created and maintained by some contributors to Deno.

Authors

  1. @kevinkassimo
  2. @monkingxue

Translation

  1. Chinese

Before You Start

If you are not familiar with Deno yet, we recommend checking out the following resources:

  1. 10 Things I Regret About Node.js - Ryan Dahl - JSConf EU 2018
  2. JSDC 2018#A01 - Deno, A New Server-Side Runtime By Ryan Dahl
  3. Official Deno Documentation

DISCLAIMER

THIS IS NOT AN OFFICIAL DOCUMENT.

This document has no affiliation with the denoland organization and its collaborators.