Deno is a secure by default, open source runtime for JavaScript and TypeScript, providing a productive and secure scripting environment for the modern programmer. It is distributed as a single executable with no dependencies, and takes on the role of both runtime and package manager. It uses a standard browser-compatible protocol for loading modules, which are URLs.
Built on top of V8, Rust and TypeScript, Deno has support for TypeScript right out of the box. It has a set of built-in utilities as well as reviewed (audited) standard modules.
Features
- Secure by default - unless explicitly enabled, there is no access to file, network or environment
- Ships as a single executable with no dependencies
- Instant TypeScript support
- Built-in utilities such as dependency inspector (deno info) and code formatter (deno fmt)
- Audited standard modules guaranteed to work with Deno
- Scripts can be bundled into a single JavaScript file
License
MIT License
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Deno!