#
Deno
![deno logo](https://raw.githubusercontent.com/github/explore/361e2821e2dea67711cde99c9c40ed357061cf27/topics/deno/deno.png)
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
- Secure by default. No file, network, or environment access (unless explicitly enabled).
- Supports TypeScript out of the box.
- Ships a single executable (deno).
- Has built in utilities like a dependency inspector (deno info) and a code formatter (deno fmt).
- Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno.
- Scripts can be bundled into a single javascript file.
Here are 6,650 public repositories matching this topic...
Hacky implementation of Deno in Rust
-
Updated
Jul 1, 2018 - JavaScript
-
Updated
Aug 26, 2018 - TypeScript
Simple CLI arguments parser for Deno — Learn Deno
-
Updated
Nov 30, 2018 - TypeScript
Completing Advent of Code 2018 using deno
-
Updated
Dec 27, 2018 - TypeScript
-
Updated
Jan 13, 2019 - TypeScript
Created by Ryan Dahl