https://github.com/gschier/deno.git
git clone https://github.com/gschier/deno.git
git clone git@github.com:gschier/deno.git
gh repo clone gschier/deno
This example is a small Deno webserver.
deno run --allow-net --allow-env src/index.ts
This is an experimental example and should not be used in production.