satej@home:~$

Deno tutorial



what is Deno? The easiest, most secure Javascript runtime.

How to install Deno? curl -fsSL https://deno.land/x/install/install.sh | sh Other details.

Getting started.

deno run first_steps.ts

┌ ⚠️ Deno requests net access to “yirenlu.com”. ├ Requested by fetch() API ├ Run again with –allow-net to bypass this prompt. └ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all net permissions) >

deno run --allow-net=yirenlu.com first_steps.ts https://yirenlu.com/

Trying out more demos.




LEAVE A COMMENT
Comments are powered by Utterances. A free GitHub account is required. Comments are moderated. Be respectful. No swearing or inflammatory language. No spam.

I reserve the right to delete any inappropriate comments. All comments for all pages can be viewed and searched online here. To edit or delete your comment: click the "Comments" link at the top of the comments section below where it says how many comments have been left (this will take you to a GitHub page with all comments for this page) --> find your comment on this GitHub page and click the 3 dots in the top-right --> click "Edit" or "Delete". Editing or adding a comment from the GitHub page also gives you a nicer editor.