{"id":19637398,"url":"https://github.com/stuymedova/deno-node-comparison","last_synced_at":"2026-05-04T18:37:03.372Z","repository":{"id":111250268,"uuid":"378562082","full_name":"stuymedova/deno-node-comparison","owner":"stuymedova","description":"[DEMO] Exploring the differences between Deno and Node.js","archived":false,"fork":false,"pushed_at":"2022-09-11T10:19:44.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T17:04:51.069Z","etag":null,"topics":["deno","denoland","node","node-js","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuymedova.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-20T04:59:05.000Z","updated_at":"2024-06-23T16:26:55.000Z","dependencies_parsed_at":"2023-07-03T13:46:29.005Z","dependency_job_id":null,"html_url":"https://github.com/stuymedova/deno-node-comparison","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuymedova%2Fdeno-node-comparison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuymedova%2Fdeno-node-comparison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuymedova%2Fdeno-node-comparison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuymedova%2Fdeno-node-comparison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuymedova","download_url":"https://codeload.github.com/stuymedova/deno-node-comparison/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240941503,"owners_count":19882062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","denoland","node","node-js","nodejs"],"created_at":"2024-11-11T12:34:19.220Z","updated_at":"2026-05-04T18:37:03.317Z","avatar_url":"https://github.com/stuymedova.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno and Node.js Comparison\n\n## Summary\n\nThe main differences of Deno: \n\n- Out of the box TypeScript support **(ex. 2)**\n- ES Modules support (doesn't support `require()`) **(ex. 2 \u0026 3)**\n- No `package.json` or `node_modules`. Remote modules are stored in the system's cache, unless specified otherwise **(ex. 2 \u0026 3)**\n- Import modules via URLs from anywhere (as opposed to only npm) **(ex. 2 \u0026 3)**\n- File, network, and environment access need to be enabled explicitly (no access by default) **(ex. 4 \u0026 5)**\n\nEx. = Example\n\n## Overview\n\n```\n.\n├── deno\n│   ├── 1_hello-world\n│   │   └── app.js\n│   ├── 2_local-modules\n│   │   ├── app.js\n│   │   └── easings.ts\n│   ├── 3_remote-modules\n│   │   └── app.js\n│   ├── 4_http-server\n│   │   └── webserver.js\n│   └── 5_static-server\n│       ├── static\n│       │   └── index.html\n│       └── app.js\n│       \n└── node\n    ├── 1_hello-world\n    │   └── app.js\n    ├── 2_local-modules\n    │   ├── node_modules\n    │   │   └── …\n    │   ├── app.js\n    │   ├── easings.js\n    │   ├── easings.ts\n    │   ├── package.json\n    │   └── package-lock.json\n    ├── 3_remote-modules\n    │   ├── node_modules\n    │   │   └── …\n    │   ├── app.js\n    │   ├── package.json\n    │   └── package-lock.json\n    ├── 4_http-server\n    │   └── webserver.js\n    └── 5_static-server\n        ├── node_modules\n        │   └── …\n        ├── static\n        │   └── index.html\n        ├── app.js\n        ├── package.json\n        └── package-lock.json\n```\n\n## Prerequisites\n\n- [Deno](https://deno.land)\n- [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuymedova%2Fdeno-node-comparison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuymedova%2Fdeno-node-comparison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuymedova%2Fdeno-node-comparison/lists"}