deno vs node

JavaScript
Deno uses ES Modules as the default module system, 
whereas Node. js uses CommonJS. 

External dependencies are loaded using URLs, 
similar to browsers. 

There is also no package manager and centralized registry, 
modules can be hosted everywhere on the internet.
Source

Also in JavaScript: