Modern and Secure JavaScript & TypeScript Runtime


Summary of my bookmarked Github repositories from Dec 20th, 2018

Github repositories

  • denoland/deno

    Deno is a modern and secure runtime for JavaScript and TypeScript, built in Rust and utilizing the V8 engine. It emphasizes security by default, restricting file, network, and environment access unless explicitly granted. Deno offers web platform functionality through features like ES modules, web workers, and fetch(). It supports TypeScript out of the box and includes convenient built-in tooling such as testing, formatting, and benchmarking. Deno provides a set of reviewed standard modules that are guaranteed to work, along with support for npm. The Deno Manual, API reference, and blog are valuable resources, and contributions are welcomed.