{"id":13672744,"url":"https://github.com/hylerrix/deno-tutorial","last_synced_at":"2025-04-04T11:11:01.239Z","repository":{"id":38474752,"uuid":"263292527","full_name":"hylerrix/deno-tutorial","owner":"hylerrix","description":":sauropod: 长期更新的《Deno 钻研之术》！循序渐进学 Deno \u0026 先易后难补 Node \u0026 面向未来的 Deno Web 应用开发","archived":false,"fork":false,"pushed_at":"2021-07-22T11:55:37.000Z","size":4071,"stargazers_count":806,"open_issues_count":10,"forks_count":53,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-03-28T10:04:45.907Z","etag":null,"topics":["demos","deno","handbook","pagic","translations","tutorial","typescript"],"latest_commit_sha":null,"homepage":"http://deno-tutorial.js.org/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hylerrix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-12T09:31:19.000Z","updated_at":"2025-02-17T06:17:26.000Z","dependencies_parsed_at":"2022-09-11T23:20:25.551Z","dependency_job_id":null,"html_url":"https://github.com/hylerrix/deno-tutorial","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylerrix%2Fdeno-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylerrix%2Fdeno-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylerrix%2Fdeno-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hylerrix%2Fdeno-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hylerrix","download_url":"https://codeload.github.com/hylerrix/deno-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"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":["demos","deno","handbook","pagic","translations","tutorial","typescript"],"created_at":"2024-08-02T09:01:46.091Z","updated_at":"2025-04-04T11:11:01.209Z","avatar_url":"https://github.com/hylerrix.png","language":"TypeScript","readme":"# Deno 钻研之术\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003e :sauropod: 长期更新的《Deno 钻研之术》！循序渐进学 Deno \u0026 先易后难补 Node \u0026 面向未来的 Deno Web 应用开发。\n\n![](http://qiniu.ningo.cloud/deno/deno-tutorial-background.png)\n\nDeno 钻研之术官方网站：[https://deno-tutorial.js.org](https://deno-tutorial.js.org)。基于 [Pagic](https://github.com/xcatliu/pagic) 构建。\n\n号外：《Deno 钻研之术》的生态仓库请查收！\n\n* [deno-tutorial](https://github.com/hylerrix/deno-tutorial)：核心仓库，电子书集中地，围绕 Deno 全生态的各种原创/翻译文章。 \n* [deno-algorithm](https://github.com/hylerrix/deno-algorithm)：想在 Deno 上用 TypeScript 刷 LeetCode 算法？或许可以看看这个（才开源不久，刷一定的题后再宣传）。\n* [awesome-deno-cn](https://github.com/hylerrix/awesome-deno-cn)：见名知意，中文社区下的 Deno 资源全图谱，求 PR。\n\n同时，2021 年，开启全新的《Blitz.js + React 全栈开发手册》：\n\n* [blitzjs-tutorial](https://github.com/hylerrix/blitzjs-tutorial)：专注构建 Blitz.js 社区，探索 React 全栈更多的可能性。\n\n## 目录\n\n目前规划的章节目录如下。\n\n* 基础篇：循序渐进学 Deno 基础知识；\n* 标准库篇：深入标准库的内部世界；\n* CLI 篇：探索 CLI 命令行的知识；\n* Web 篇：打造 Web 开发基石；\n* Node 篇：先易后难补 Node 知识，探索与 Deno 的异与同；\n* Rust 篇：探索 Deno 底层有关 Rust 的更多知识；\n* 前端篇：探索 Deno Web 前端应用开发的方式；\n* 后端篇：探索 Deno Web 后端应用开发的方式；\n* 架构篇：深入到 Deno 底层读 V8，学架构；\n* 生态篇：介绍 Deno 生态的相关内容；\n* 翻译篇：翻译优质的、授权的英文一手博文。\n* 以及更多\n\n目前本仓库的文件结构如下。\n\n```\n.\n├── LICENSE\n├── README.md\n├── articles # 分为多种章节\n├── demos # 收录各大优良 Demo，来源不止于官方\n│   ├── community # 社区 Demo\n│   ├── ningowood # 自研 Demo\n│   └── scattered # 零散 Demo\n└── translations # 收录自己或和小伙伴们一起翻译的优质文章\n```\n\n## 文章\n\n《Deno 钻研之术》文章内容重点维护在该项目中，以下列表内容根据发布时间排序。写作序号思路为：随心而动！\n\n|序号|文章名|发布时间|所属章节|备注|\n|-|-|-|-|-|\n|001|[Hello, 从多样化安装到简单实战](https://deno-tutorial.js.org/articles/basic/install-and-hello-world.html)|2020-05-13|基础篇|Deno v1.0 正式发布之日|\n|002|[Awesome Deno 中文资源全图谱](https://deno-tutorial.js.org/articles/ecology/awesome-deno-cn.html)|2020-05-22|生态篇||\n|003|:heart: [从 CLI 指令通读 Deno v1.x 全特性](https://juejin.im/post/6857058738046861320)|2020-08-04|CLI 篇|掘金征文|\n|...|...|...|...|...|\n\n这里将翻译篇抽离出来单独排序，争取得到更多的授权翻译，还有欢迎你 issues/群里 推荐高质量的文章甚至一起翻译！\n\n|序号|文章名|原文发布时间|翻译发布时间|备注|\n|-|-|-|-|-|\n|001|[Deno 入门手册：附大量 TypeScript 代码实例](https://deno-tutorial.js.org/articles/translations/the-deno-handbook.html)|2020-05-12|2020-05-18|其它译者：[@YunKou](http://github.com/yunkou)|\n|002|[Deno + WebSockets 打造聊天室应用](https://deno-tutorial.js.org/articles/translations/deno-chat-app.html)|2020-05-10|2020-05-25||\n|003|[从 Node 到 Deno：探索各大主流库替代方案](https://deno-tutorial.js.org/articles/translations/from-node-to-deno.html)|2020-05-17|2020-06-04|其它译者：[@YunKou](http://github.com/yunkou)|\n|004|[Deno + Oak 构建酷炫的 Todo API](https://deno-tutorial.js.org/articles/translations/deno-oak-todo-api.html)|2020-05-29|2020-06-15||\n|005|[Deno + Oak 连接 MySQL 实战教程](https://deno-tutorial.js.org/articles/translations/deno-oak-mysql.html)|2020-06-07|2020-07-06||\n|006|[为什么我认为 Deno 是一个迈向错误方向的 JavaScript 运行时？](https://deno-tutorial.js.org/articles/translations/why-deno-wrong.html)|2020-06-07|2020-07-06||\n|007|[精读《Deno 2020 官方回顾及 2021 展望》](https://deno-tutorial.js.org/official/thoroughgoing-deno-in-2020.html)|2021-01-15|2021-01-22||\n|008|[精读《Deno v1.8 发布说明》](https://deno-tutorial.js.org/official/thoroughgoing-deno-1-8.html)|2021-03-02|2021-03-05||\n|...|...|...|...|...|\n\n\u003e 还有很多来不及同步到 readme.md，直接看官网即可~\n\n同时更新在如下第三方平台：\n\n* [微信](https://mp.weixin.qq.com/s/Eg2atcxZPpIfgqdAd73imQ)：公众号 @ningowood。\n* [知乎](https://zhuanlan.zhihu.com/deno-tutorial)。\n* [掘金](https://juejin.im/user/57e9fc052e958a0054509825/posts)。\n* [语雀](https://www.yuque.com/ningowood/beginning/record)。\n* ...\n\n## 构建\n\n使用 [Pagic](https://github.com/xcatliu/pagic) 构建：\n\n```bash\n$ deno install --unstable --allow-read --allow-write --allow-net -f --name=pagic https://deno.land/x/pagic/mod.ts\n$ ~/.deno/bin/pagic build --serve --watch\n```\n\n## 贡献者 ✨\n\n感谢如下贡献者的贡献（按贡献顺序排名）([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/hylerrix\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/19285461?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehylerrix\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-hylerrix\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.twitter.com/imcoddy\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/622780?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eimcoddy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/hylerrix/deno-tutorial/commits?author=imcoddy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://xcatliu.com/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/5453359?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003excatliu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-xcatliu\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/justjavac\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/359395?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e迷渡\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-justjavac\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/AlvinMi\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/21032217?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYuHui\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/hylerrix/deno-tutorial/commits?author=AlvinMi\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://ahabhgk.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/42857895?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAhab\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/hylerrix/deno-tutorial/commits?author=ahabhgk\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n本项目贡献者列表遵循 [all-contributors](https://github.com/all-contributors/all-contributors) 规范。欢迎你的参与！\n\n## 订阅\n\n本项目文档内容均采用 [CC-BY-SA-4.0] 协议进行共享，欢迎 Star, Watch 本仓库，或订阅下方微信公众号及时交流。\n\n\u003e 打赏支持一下吧！[传送门](http://qiniu.ningo.cloud/hylerrix/reward-alipay.png)\n\n![](http://qiniu.ningo.cloud/ningo/official-qrcode.png)\n","funding_links":[],"categories":["TypeScript","技术文档 🌟"],"sub_categories":["独特之处 🦖🦕"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhylerrix%2Fdeno-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhylerrix%2Fdeno-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhylerrix%2Fdeno-tutorial/lists"}