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
93.5k
Stars
5.2k
Forks
1.4k
Watchers
A modern runtime for JavaScript and TypeScript.
denobyexample
148
Stars
40
Forks
Watchers
[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
263
Stars
32
Forks
Watchers
Write high-level Deno FFI libraries in Rust.
deno_docker
861
Stars
99
Forks
Watchers
Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
deno_emit
186
Stars
19
Forks
Watchers
Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
deno_graph
107
Stars
35
Forks
Watchers
The module graph logic for Deno CLI
deno_lint
1.5k
Stars
159
Forks
Watchers
Blazing fast linter for JavaScript and TypeScript written in Rust