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.
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
deno-mongo-api
17
Stars
1
Forks
Watchers
Example for building REST APIS with deno and MongoDB
10-days-of-javascript-hacker-rank
7
Stars
3
Forks
Watchers
:star: 10 days of JavaScript HackeRank Challenge
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