Sign inSign up

100hellos/deno

By 100hellos

Updated 3 months ago

"Hello World!" Written in deno

Image
0

5.3K

100hellos/deno repository overview

Hello World! From deno.

Language page — context, influences, and learning notes on the 100hellos site.

Source on GitHub (100hellos/deno)

Trying it

docker run --rm --platform="linux/amd64" 100hellos/deno:latest

Modifying it

Read the repo README, or fork the project and customize it.

For an interactive shell:

docker run --rm --platform="linux/amd64" --entrypoint="" -it 100hellos/deno:latest zsh

Deno

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

Interesting Facts

  • Secure by default. No file, network, or environment access, unless explicitly enabled.
  • Supports TypeScript out of the box.
  • Ships only a single executable file.
  • Created by Ryan Dahl, the original creator of Node.js. He announced it in his 2018 talk "10 Things I Regret About Node.js".

This container runs a simple "Hello World!" using Deno.

Tag summary

Content type

Image

Digest

sha256:7164938c3

Size

80.7 MB

Last updated

3 months ago

docker pull 100hellos/deno