From cb95797e2783ed9b209248576bdcea98c3f6f1ff Mon Sep 17 00:00:00 2001
From: Dmitry Sharshakov
A new way to JavaScript
@@ -99,16 +99,16 @@
With Shell #With Shell With PowerShell #With PowerShell Try a Deno program. This one serves a local directory in HTTP. #Try a Deno program. This one serves a local directory in HTTP. And if you ever want to upgrade to the latest published version:
- Deno
+ #Deno
Install
+ #Install
- curl -fL https://deno.land/x/install/install.sh | sh
- iex (iwr https://deno.land/x/install/install.ps1)
- Mini-tutorial
+ #Mini-tutorial
-
alias file_server="deno \
https://deno.land/x/http/file_server.ts --allow-net"
@@ -124,7 +124,7 @@ HTTP server listening on http://0.0.0.0:4500/
file_server --reload
- Dig in...
+ #Dig in...
Documentation
@@ -140,14 +140,14 @@ HTTP server listening on http://0.0.0.0:4500/
These plots are updated on every commit to
-This shows how much time total it takes to run a few simple deno programs:
tests/002_hello.ts @@ -168,7 +168,7 @@ HTTP server listening on http://0.0.0.0:4500/ -Time it takes to pipe a certain amount of data through Deno.
@@ -183,7 +183,7 @@ HTTP server listening on http://0.0.0.0:4500/ -Tests HTTP server performance. 10 keep-alive connections do as many @@ -224,15 +224,15 @@ HTTP server listening on http://0.0.0.0:4500/
-deno ships only a single binary. We track its size here.
-How many threads various programs use.
-How many total syscalls are performed when executing a given script.
-- cgit v1.2.3