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

esm.sh

2.9k
Stars
139
Forks
Watchers

A fast, smart, & global CDN for modern(es2015+) web development.

land

37
Stars
1
Forks
Watchers

Run Deno X module without installation.

publish

20
Stars
1
Forks
Watchers

Publish your module with one command in Deno.

zors

10
Stars
3
Forks
Watchers

A next-gen framework for type-safe command-line applications

shield.deno.dev

30
Stars
3
Forks
Watchers

Badge service for Deno modules

deno-mongo-api

17
Stars
1
Forks
Watchers

Example for building REST APIS with deno and MongoDB

add_params

5
Stars
3
Forks
Watchers

➕ Add Query Parameters to an URL

awesome-micro-deno-packages

6
Stars
3
Forks
Watchers

:zap: A curated list of small and focused Deno packages.

deno-wasi

130
Stars
7
Forks
Watchers

A (WIP) WebAssembly System Interface implementation for Deno