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.0k
Stars
5.1k
Forks
1.4k
Watchers

A modern runtime for JavaScript and TypeScript.

denobyexample

147
Stars
40
Forks
Watchers

Deno by example - short examples showcasing how to use Deno

deno_bindgen

262
Stars
33
Forks
Watchers

Write high-level Deno FFI libraries in Rust.

deno_blog

440
Stars
92
Forks
Watchers

Minimal boilerplate blogging.

deno_doc

250
Stars
52
Forks
Watchers

Documentation generator for Deno

deno_docker

855
Stars
99
Forks
Watchers

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu

deno_emit

179
Stars
19
Forks
Watchers

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy

deno_graph

99
Stars
34
Forks
Watchers

The module graph logic for Deno CLI

deno_lint

1.5k
Stars
157
Forks
Watchers

Blazing fast linter for JavaScript and TypeScript written in Rust

deno_registry2

93
Stars
16
Forks
Watchers

The backend for the deno.land/x service