diff --git a/website/index.html b/website/index.html index fa641ad662..f7e6a8d677 100644 --- a/website/index.html +++ b/website/index.html @@ -13,6 +13,21 @@

Deno

+ + + + + + + + + +
Linux & MacWindows
+ + + +
+

Deno is a program for executing JavaScript and TypeScript outside of the web browser. @@ -24,6 +39,8 @@

Deno standard modules +

Getting started

+

Install Deno into ~/.deno/bin

 curl -L https://deno.land/x/install/install.py | python
@@ -50,8 +67,9 @@ And if you ever want to upgrade to the latest published version:
 file_server --reload
 
+

Benchmarks

-

Execution time

+

Execution time

This shows how much time total it takes to run a few simple deno programs: tests/002_hello.ts and @@ -62,7 +80,7 @@ file_server --reload A cold startup is when deno must compile from scratch.
-

Throughput

+

Throughput

Time it takes to pipe a certain amount of data through Deno. echo_server.ts and @@ -71,7 +89,7 @@ file_server --reload
-

Req/Sec

+

Req/Sec

Tests HTTP server performance. 10 keep-alive connections do as many hello-world requests as possible. Bigger is better.