Intro to Deno – Guide for Beginners
Deno is built on the V8 JavaScript engine but was built using Rust instead of C++. It aims to have the same APIs on the server that you would use in the browser. It uses TypeScript as a first class language out of the box, so you can run or use TypeScript without installing any other TypeScript.