📝 Edit on GitHub
Features
What Deno includes or reasons to use Deno. Based on post.
- It works with
- Modern JS
- ES modules (First-class support. Node.js uses CommonJS syntax and adds ES modules)
- Compatible with the browser - includes
fetch
andwindow
. - Extensive standard lib
- Sandboxed execution for security
- Builtin-in support for
- No package manager needed (no
package.json
and nonode_modules
.
Deno runs on the server side but of course like Node.js it can be used to process and bundle scripts to be served on the frontend.