A secure runtime for JavaScript and TypeScript
- Typesafe
- It's built on top of V8 and RUST
Using Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh
Or using PowerShell:
iwr https://deno.land/x/install/install.ps1 -useb | iex
Using Homebrew (mac or Linux):
brew install deno
For more info: about installation
Clone this Repo:
https://github.com/vbanurag/deno-sample-app
Run this Project
deno -A mod.ts
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8080
MIT
Free Software, Hell Yeah!