2019-01-25 13:40:56 -05:00
|
|
|
<!-- Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -->
|
2018-09-21 12:06:59 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2019-02-02 18:40:18 -05:00
|
|
|
<head>
|
|
|
|
<title>Deno</title>
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
2019-02-11 17:41:13 -05:00
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
2019-02-02 18:40:18 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
2019-02-11 17:41:13 -05:00
|
|
|
<header>
|
|
|
|
<a href="https://github.com/denolib/animated-deno-logo/"
|
|
|
|
><img id="logo" src="deno_logo_2.gif" width="150"
|
|
|
|
/></a>
|
|
|
|
<!-- Logo by hashrock -->
|
|
|
|
<div>
|
|
|
|
<h1>Deno</h1>
|
|
|
|
A new way to JavaScript
|
|
|
|
</div>
|
|
|
|
</header>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th></th>
|
|
|
|
<th>Linux & Mac</th>
|
|
|
|
<th>Windows</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-02-11 17:41:13 -05:00
|
|
|
<th><a href="https://github.com/denoland/deno">deno</a></th>
|
2019-02-02 18:40:18 -05:00
|
|
|
<td>
|
2019-02-03 12:49:38 -05:00
|
|
|
<a class="badge" href="https://travis-ci.com/denoland/deno">
|
2019-02-11 17:41:13 -05:00
|
|
|
<img
|
|
|
|
src="https://travis-ci.com/denoland/deno.svg?branch=master"
|
|
|
|
/>
|
2019-02-03 12:49:38 -05:00
|
|
|
</a>
|
2019-02-02 18:40:18 -05:00
|
|
|
</td>
|
|
|
|
<td>
|
2019-02-03 12:49:38 -05:00
|
|
|
<a class="badge" href="https://ci.appveyor.com/project/deno/deno">
|
2019-02-11 17:41:13 -05:00
|
|
|
<img
|
|
|
|
src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true"
|
|
|
|
/>
|
2019-02-03 12:49:38 -05:00
|
|
|
</a>
|
2019-02-02 18:40:18 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-02-11 17:41:13 -05:00
|
|
|
<th><a href="https://github.com/denoland/deno_std">deno_std</a></th>
|
2019-02-02 18:40:18 -05:00
|
|
|
<td colspan="2">
|
|
|
|
<a
|
|
|
|
class="badge"
|
|
|
|
href="https://dev.azure.com/denoland/deno_std/_build?definitionId=2"
|
2019-02-03 12:49:38 -05:00
|
|
|
>
|
2019-02-11 17:41:13 -05:00
|
|
|
<img
|
|
|
|
src="https://dev.azure.com/denoland/deno_std/_apis/build/status/denoland.deno_std?branchName=master"
|
|
|
|
/>
|
2019-02-03 12:49:38 -05:00
|
|
|
</a>
|
2019-02-02 18:40:18 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
<a href="https://github.com/denoland/deno_install">deno_install</a>
|
|
|
|
</th>
|
|
|
|
<td>
|
2019-02-03 12:49:38 -05:00
|
|
|
<a class="badge" href="https://travis-ci.com/denoland/deno_install">
|
2019-02-11 17:41:13 -05:00
|
|
|
<img
|
|
|
|
src="https://travis-ci.com/denoland/deno_install.svg?branch=master"
|
|
|
|
/>
|
2019-02-03 12:49:38 -05:00
|
|
|
</a>
|
2019-02-02 18:40:18 -05:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<a
|
|
|
|
class="badge"
|
|
|
|
href="https://ci.appveyor.com/project/deno/deno-install"
|
2019-02-03 12:49:38 -05:00
|
|
|
>
|
2019-02-11 17:41:13 -05:00
|
|
|
<img
|
|
|
|
src="https://ci.appveyor.com/api/projects/status/gtekeaf7r60xa896?branch=master&svg=true"
|
|
|
|
/>
|
2019-02-03 12:49:38 -05:00
|
|
|
</a>
|
2019-02-02 18:40:18 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-02-11 17:41:13 -05:00
|
|
|
<th><a href="https://github.com/denoland/registry">registry</a></th>
|
2019-02-02 18:40:18 -05:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<h2 id="install">Install <a href="#install">#</a></h2>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<p>Mac or Linux</p>
|
|
|
|
<pre>curl -fL <a
|
|
|
|
href="https://github.com/denoland/deno_install/blob/master/install.sh">https://deno.land/x/install/install.sh</a> | sh</pre>
|
|
|
|
<p>Windows (PowerShell)</p>
|
|
|
|
<pre>iex (iwr <a
|
|
|
|
href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://deno.land/x/install/install.ps1</a>)</pre>
|
2018-12-18 18:13:01 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<h2 id="example">Example <a href="#example">#</a></h2>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<p>Try running a simple program:</p>
|
|
|
|
<pre>deno https://deno.land/welcome.js</pre>
|
|
|
|
|
|
|
|
<p>Or a more complex one:</p>
|
2018-12-18 18:13:01 -05:00
|
|
|
|
2019-02-02 18:40:18 -05:00
|
|
|
<pre>
|
2019-02-11 17:41:13 -05:00
|
|
|
import { serve } from "<a
|
|
|
|
href="https://github.com/denoland/deno_std/blob/master/http/server.ts">https://deno.land/x/http/server.ts</a>";
|
|
|
|
const s = serve("0.0.0.0:8000");
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
async function main() {
|
|
|
|
for await (const req of s) {
|
|
|
|
req.respond({ body: new TextEncoder().encode("Hello World\n") });
|
|
|
|
}
|
|
|
|
}
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
main(); </pre>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<h2 id="dig-in">Dig in... <a href="#dig-in">#</a></h2>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
|
|
|
<p>
|
2019-02-11 17:41:13 -05:00
|
|
|
<b><a href="manual.html">Manual</a></b>
|
2019-02-02 18:40:18 -05:00
|
|
|
</p>
|
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<p><a href="https://deno.land/typedoc">API Reference</a></p>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<p><a href="style_guide.html">Style Guide</a></p>
|
|
|
|
|
|
|
|
<p><a href="https://deno.land/x/">Module repository</a></p>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-03 12:49:38 -05:00
|
|
|
<p>
|
2019-02-11 17:41:13 -05:00
|
|
|
<a href="https://github.com/denoland/deno/blob/master/Releases.md"
|
|
|
|
>Release notes</a
|
2019-02-03 12:49:38 -05:00
|
|
|
>
|
|
|
|
</p>
|
2019-02-02 18:40:18 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<p><a href="https://gitter.im/denolife/Lobby">Community chat room</a></p>
|
2019-02-03 12:49:38 -05:00
|
|
|
|
2019-02-11 17:41:13 -05:00
|
|
|
<p><a href="benchmarks.html">Benchmarks</a></p>
|
2019-02-03 12:49:38 -05:00
|
|
|
|
|
|
|
<p>
|
2019-02-11 17:41:13 -05:00
|
|
|
<a href="https://github.com/denolib/awesome-deno"
|
|
|
|
>A curated list of awesome Deno things</a
|
|
|
|
>
|
2019-02-03 12:49:38 -05:00
|
|
|
</p>
|
2019-02-02 18:40:18 -05:00
|
|
|
</main>
|
|
|
|
</body>
|
2018-09-21 12:06:59 -04:00
|
|
|
</html>
|