Skip to content

Commit 9eb71f5

Browse files
authored
Merge branch 'main' into jest
2 parents b8f879c + 5be0d89 commit 9eb71f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

topics/deno/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ display_name: Deno
33
topic: deno
44
github_url: https://github.com/denoland
55
logo: deno.png
6-
related: typescript, rust
6+
related: typescript, rust, javascript, nodejs, v8, webassembly, package-manager, event-driven-architecture, event-loop, tokio
77
short_description: A secure runtime for JavaScript and TypeScript.
88
url: https://deno.land
99
wikipedia_url: https://en.wikipedia.org/wiki/Deno_(software)
1010
created_by: Ryan Dahl
1111
---
12-
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
12+
**Deno** is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
1313

1414
- Secure by default. No file, network, or environment access (unless explicitly enabled).
1515
- Supports TypeScript out of the box.

topics/nodejs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ short_description: Node.js is a tool for executing JavaScript in a variety of en
99
topic: nodejs
1010
url: https://nodejs.org/en/
1111
wikipedia_url: https://en.wikipedia.org/wiki/Node.js
12+
related: javascript, express, mean, meteor, next, v8, event-driven-architecture, event-loop, npm, deno
1213
---
1314

14-
Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
15+
**Node.js** is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.

0 commit comments

Comments
 (0)