Deno

Deno

Segmentation·deno.land

Deno is an innovative, secure runtime for JavaScript and TypeScript, built on the V8 JavaScript engine and Rust programming language. Created by Ryan Dahl, the original developer of Node.js, Deno addresses several limitations and design issues of its predecessor. It supports built-in TypeScript, ES Modules, and secure-by-default execution of scripts, with explicit permissions for file, network, and environment access. Deno ships as a single, self-contained binary with no external dependencies, simplifying installation and deployment. Its growing ecosystem and efficient tooling, like dependency management and code formatting, make Deno an attractive platform for modern JavaScript development.

15
websites using Deno
Create a technology report →
Export with emails, socials, country, TLD and industry filters
Websites using Deno by countrymarket share · top 4 countries
🇧🇦Bosnia and Herzegovina
6.7%
🇺🇸United States
6.7%
🇳🇱Netherlands
6.7%
🇭🇷Croatia
6.7%
0%2%4%6%8%
Websites using Deno by industrydetected industries
Shopping · 40%SaaS & Cloud · 40%Software Development · 20%MARKETSHARE
Shopping40%
SaaS & Cloud40%
Software Development20%

Websites using Deno

showing 15 of 15
WebsiteCountryIndustryEmailsTitle / DescriptionSocials
deno.com🇺🇸United StatesSoftware Developmentalon@deno.com+9
Deno, the next-generation JavaScript runtime
Deno features improved security, performance, and developer experience compared to its predecessor. It's a great time to upgrade your Node.js project to run on Deno.
youtubetwitteryoutube
awesome-selfhosted.net-SaaS & Cloud-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
-
nova.app---
Panic - Nova
The beautiful, fast, flexible, native Mac code editor from Panic.
-
parqueurraca.com---
City of Stars — Parque Urracá 2026
City of Stars — la Navidad estelar del Parque Urracá. Espacios de patrocinio para que tu marca ilumine la ciudad. Alcaldía de Panamá · PressPlay MKT.
-
campus-inbox.pcm-ems.workers.dev---
MY-XEMS
-
taylor.cat---
Axel Taylor — Software Engineer. Content Creator.
twitteryoutube
ck-dubrava.hr🇭🇷Croatia--
Centar kulture Dubrava -
facebook
denuosmart.com---
贴标机源头厂家—德诺智能机械
圆瓶贴标机 立式圆瓶贴标机 全自动贴标机 双面贴标机
-
kyaraisakha-organizer.deno.dev---
KYARAISAKHA ORGANIZER
KYARAISAKHA ORGANIZER PROJECT
-
dblw.oisd.nl🇳🇱Netherlands--
-
-
matklad.github.io---
matklad
Matklad's Arts&Crafts
-
tecro24.com-Shoppinginfo@tecro24.com
tecro24.com
Tecro24.com d.o.o. je mlada, perspektivna tvrtka koja se razvija kroz prodaju i proizvodnju teniske i sportske opreme. Vodimo svjetski poznate brendo…
-
freestuff.dev-SaaS & Cloud-
Free tools and services for Developer
List of free stuff for developer by developer to use. This is a collective list of useful services for developer you can use for your next MVP or prototpying your idea.
youtubetwittertwitter
nerdy.dev---
Adam Argyle
twitteryoutubeyoutubetwittertwitter
fitpass.ba🇧🇦Bosnia and HerzegovinaShoppingkontakt@fitpass.ba+1
Kartica Za Pristup Sportskim Objektima u BiH| FitPass
Najveći izbor teretana u Sarajevu i BiH po cijeni samo jedne članarine. FitPass kartica daje mogućnost korištenja 100+ teretana bazena i drugih objekata.
-
Showing 15 of 15 websitesGet the full list →

Frequently asked

What is Deno?
Deno is a secure runtime for executing JavaScript and TypeScript code, built on the V8 engine and Rust programming language. It is created by the same developer who created Node.js, Ryan Dahl, with the aim to address some limitations and shortcomings of Node.js. It provides better security, improved dependency management and built-in TypeScript support.
How is Deno different from Node.js?
Some major differences between Deno and Node.js are: - Deno is secure by default, requiring permissions to access the file system, network, or environment variables. - Deno supports TypeScript out-of-the-box without any need for additional configuration or tools. - Deno does not have a package manager like npm; instead, it imports and caches libraries directly from a URL. - Deno's module system is based on standard ES modules, unlike Node.js's CommonJS module system.
How do I run a Deno script?
To run a Deno script, you use the `deno run` command followed by the script file or URL. For example, to run a local script `hello.ts`, you would run `deno run hello.ts`. To run a script directly from a URL, use `deno run https://example.com/some-script.ts`.
Can I use Node.js libraries with Deno?
Deno does not support direct usage of Node.js libraries, mainly due to differences in module systems and APIs between the two platforms. However, there are compatibility libraries like "deno_std_node" that provide some level of compatibility with Node.js modules. Always check the library's documentation and adapt your code to work with Deno specific modules and libraries when possible.
How do I specify permissions while running a Deno script?
To specify permissions while running a Deno script, use flag options with the `deno run` command. Examples of available permissions are: - `--allow-read`: Allows read access to the file system. - `--allow-write`: Allows write access to the file system. - `--allow-net`: Allows network access. - `--allow-env`: Allows access to environment variables.

Get the free browser extension

Identify the technology stack of any website instantly, right from your browser.