Deno is a system for executing JavaScript code in various environments ( desktop, command-line, server, etc.) Unlike Node.js, Deno restricts a script’s capabilities by default. Without explicit permission, a Deno script can not open network connections or access the environment.

10m read timeFrom sitepen.com
Post cover image
Table of contents
Summary
2 Comments

Sort: