Deno topic
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.
deno
A modern runtime for JavaScript and TypeScript.
denobyexample
[Archived] Deno by example - short examples showcasing how to use Deno. Now the examples have been moved to https://github.com/denoland/deno-docs / https://docs.deno.com/examples
deno_bindgen
Write high-level Deno FFI libraries in Rust.
deno_docker
Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
deno_emit
Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
deno_graph
The module graph logic for Deno CLI
deno_lint
Blazing fast linter for JavaScript and TypeScript written in Rust