CodeNewbie Community 🌱

Discussion on: What's the difference between NodeJS and DenoJS?

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

Well, one could say that Deno is the "successor" of Node. Although there are other differences between the two.

Like for instance, Deno is built with TypeScript and supports JavaScript. Node only started with JS.
Node is already an established technology with several years. Deno is pretty much starting and doesn't have that much time out there.

Deno was initiated by Ryan Dahl as a Node alternative to "fix" the mistakes made building Node. This talk explains more about that subject.