Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaomingx/awesome-deno
Curated list of awesome things related to Deno
https://github.com/xiaomingx/awesome-deno
List: awesome-deno
awesome awesome-list awesome-lists deno
Last synced: 27 days ago
JSON representation
Curated list of awesome things related to Deno
- Host: GitHub
- URL: https://github.com/xiaomingx/awesome-deno
- Owner: XiaomingX
- License: apache-2.0
- Created: 2024-11-24T14:39:46.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:42:23.000Z (27 days ago)
- Last Synced: 2024-11-24T15:30:20.385Z (27 days ago)
- Topics: awesome, awesome-list, awesome-lists, deno
- Homepage: https://twitter.com/seclink
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-deno - Curated list of awesome things related to Deno. (Other Lists / PowerShell Lists)
README
# awesome-deno ( Deno 精选资源 )
## 文档
- [Deno 官方网站](https://deno.land)
- [Deno 手册](https://deno.land/manual)
- [Deno API 参考](https://deno.land/api)
- [Deno 标准模块](https://deno.land/std)## 在线编程平台
- [Deno Playground](https://codesandbox.io/s/y56n2) - 在Codesandbox中快速体验Deno。
## 模块精选
### 常用模块
- [oak](https://github.com/oakserver/oak) - Deno的中间件框架,适用于Web开发。
- [aleph.js](https://github.com/postui/aleph.js) - Deno版的React框架,类似于Next.js。
- [fresh](https://github.com/denoland/fresh) - 下一代Web框架,专注于服务端渲染。
- [denodb](https://github.com/eveningkid/denodb) - 支持多种数据库的ORM,包括MySQL、PostgreSQL和SQLite。
- [djwt](https://github.com/timonson/djwt) - JSON Web Token库,用于Deno中的身份验证。
- [deno_mongo](https://github.com/denodrivers/deno_mongo) - MongoDB 数据库驱动程序。### 数据库
- [denodb](https://github.com/eveningkid/denodb) - 支持MySQL、SQLite、PostgreSQL和MongoDB的ORM。
- [deno_mongo](https://github.com/denodrivers/deno_mongo) - MongoDB数据库驱动。
- [deno_mysql](https://github.com/denodrivers/mysql) - MySQL数据库驱动。### 日志记录
- [dlog](https://github.com/dpmland/dlog) - 简单好用的日志记录库,支持终端图标显示。### 前端框架
- [aleph.js](https://github.com/postui/aleph.js) - 基于React的Deno框架,灵感来自Next.js。
- [fresh](https://github.com/denoland/fresh) - 新一代的Web框架,支持Deno的全栈开发。### 测试
- [deno-puppeteer](https://github.com/lucacasonato/deno-puppeteer) - 控制Chrome的高层API,适用于浏览器测试。
- [expect](https://github.com/allain/expect) - 类似Jest的测试辅助工具。### 实用工具
- [denon](https://github.com/denosaurs/denon) - 文件变动监视工具,类似nodemon,适用于Deno。
- [udd](https://github.com/hayd/deno-udd) - 更新Deno依赖项,使导入语句保持最新。
- [deno-dotenv](https://github.com/pietvanzoen/deno-dotenv) - 读取`.env`文件,加载环境变量。### Web框架
- [oak](https://github.com/oakserver/oak) - Deno常用的Web开发中间件框架。
- [hono](https://github.com/honojs/hono) - 超高速Web框架,适用于Cloudflare Workers和Deno。
- [alosaur](https://github.com/alosaur/alosaur) - 类似于Deno版的Nest.js的Web框架,支持ES装饰器。### 静态网站生成器
- [lume](https://github.com/lumeland/lume) - 类似于Jekyll或Eleventy的静态网站生成器。
## 开发工具
- [vscode-deno](https://github.com/denoland/vscode_deno) - VS Code的Deno支持插件。
- [denon](https://github.com/denosaurs/denon) - 类似nodemon的自动重启工具,用于Deno项目开发。
- [udd](https://github.com/hayd/deno-udd) - 更新Deno依赖项到最新版本。## 博客/教程
- [Deno Blog](https://deno.com/blog) - Deno官方博客。
- [Deno News](https://deno.news) - Deno相关文章和新闻的精选集合。## 案例
- [Deno Showcase](https://deno.land/showcase) - Deno官方展示的应用和项目。