Skip to content

hozhaojung/Deno-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deno project

A simple project that using Deno , a JavaScript runtime that builds for more secure runtime. Some article mentioned that Deno is more secure comparing to Node.js

Installation

Official website: https://deno.land/ Shell (Mac, Linux):

curl -fsSL https://deno.land/x/install/install.sh | sh

PowerShell (Windows):

iwr https://deno.land/x/install/install.ps1 -useb | iex

Homebrew (Mac):

brew install deno

Chocolatey (Windows):

choco install deno

Scoop (Windows):

scoop install deno

Build and install from source using Cargo

cargo install deno

Running application

deno run index.js

if caught Permission error:

deno run --allow-net --allow-read index.js

Open url: http://localhost:8000/

Running test

deno test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published