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.
List
Deno repositories
deno
87.9k
Stars
4.7k
Forks
1.5k
Watchers
A modern runtime for JavaScript and TypeScript.
denobyexample
75
Stars
14
Forks
Watchers
Deno by example - short examples showcasing how to use Deno
deno_bindgen
161
Stars
21
Forks
Watchers
Simplified glue code generation for Deno FFI libraries written in Rust.
deno_docker
722
Stars
88
Forks
Watchers
Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
deno_emit
71
Stars
8
Forks
Watchers
Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
deno_graph
67
Stars
17
Forks
Watchers
The module graph logic for Deno CLI
deno_lint
1.3k
Stars
134
Forks
Watchers
Blazing fast linter for JavaScript and TypeScript written in Rust