{"id":13672844,"url":"https://github.com/dazejs/daze","last_synced_at":"2025-04-28T04:30:34.036Z","repository":{"id":32882159,"uuid":"145958491","full_name":"dazejs/daze","owner":"dazejs","description":"一款基于 Node.js 的服务端Web框架 🚀🧩","archived":false,"fork":false,"pushed_at":"2023-03-02T00:11:41.000Z","size":5270,"stargazers_count":90,"open_issues_count":31,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-30T03:55:10.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dazejs.org/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dazejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS"}},"created_at":"2018-08-24T07:32:51.000Z","updated_at":"2024-01-23T01:33:46.000Z","dependencies_parsed_at":"2024-01-17T04:18:48.516Z","dependency_job_id":null,"html_url":"https://github.com/dazejs/daze","commit_stats":{"total_commits":634,"total_committers":8,"mean_commits":79.25,"dds":0.3548895899053628,"last_synced_commit":"1cd26523a2ccba7d6f59d1606b3fc623fbc85e52"},"previous_names":[],"tags_count":120,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazejs%2Fdaze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazejs%2Fdaze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazejs%2Fdaze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazejs%2Fdaze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dazejs","download_url":"https://codeload.github.com/dazejs/daze/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224095110,"owners_count":17254821,"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":[],"created_at":"2024-08-02T09:01:51.373Z","updated_at":"2024-11-11T11:30:25.872Z","avatar_url":"https://github.com/dazejs.png","language":"TypeScript","readme":"\n[![GitHub issues](https://img.shields.io/github/issues/dazejs/daze.svg)](https://github.com/dazejs/daze/issues)\n[![npm](https://img.shields.io/npm/v/@dazejs/framework.svg)](https://www.npmjs.com/package/@dazejs/framework)\n[![npm](https://img.shields.io/npm/dm/@dazejs/framework.svg)](https://www.npmjs.com/package/@dazejs/framework)\n[![actions](https://github.com/dazejs/daze/workflows/Node%20CI/badge.svg)](https://github.com/dazejs/daze/actions)\n[![codecov](https://codecov.io/gh/dazejs/daze/branch/master/graph/badge.svg)](https://codecov.io/gh/dazejs/daze)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/09d6f0f7a58d406c9c9b8ec4abaab2a6)](https://www.codacy.com/manual/dazejs/daze?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=dazejs/daze\u0026amp;utm_campaign=Badge_Grade)\n[![GitHub license](https://img.shields.io/github/license/dazejs/daze.svg)](https://github.com/dazejs/daze/blob/master/LICENSE)\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/dazejs/daze\"\u003e\n    \u003cimg width=\"200\" heigth=\"200\" src=\"https://github.com/dazejs/daze/blob/master/assets/logo.png\"\u003e\n  \u003c/a\u003e  \n  \u003ch1\u003eDaze.js\u003c/h1\u003e\n  \u003ch4\u003eNode.js 的 Web 框架\u003c/h4\u003e\n\u003c/div\u003e\n\n中文 | [English](README_en.md)\n\n\n访问 [https://dazejs.org/](https://dazejs.org/) 了解更多\n\n## 介绍\n\n`Daze.js` 是一款高性能、高扩展性、功能强大的 `Node.js` 服务端 Web 开发框架。\n\n## 特性\n\n- 基于 TypeScript 开发\n- 面向切面编程（AOP）\n- 提供 ORM、验证器、资源层、服务层、中间层等抽象层能力\n- 基于 IOC 容器设计模式，模块高度解耦，支持依赖注入\n- 高性能路由设计，性能优异\n- 可通过服务提供者模式进行扩展，具有非常强大的扩展能力\n\n## 快速开始\n\n##### 创建工程\n\n```bash\n$ npm init @dazejs/app project_name\n$ cd project_name\n$ npm run dev\n```\n\n访问 `http://localhost:8080` 进行预览\n\n## 文档 \u0026 社区\n\n- [中文文档](https://dazejs.org/)\n\n## 贡献者\n\n请告诉我们可以为你做点什么，在此之前，首先查看 [Issues](https://github.com/dazejs/daze/issues) 来获取 BUG 报告或建议。\n\n想成为一个贡献者, 请参考我们的[贡献指南](CONTRIBUTING.md)\n\n感谢所有为这个项目做出贡献的人！\n\n## 基准测试\n\n基准测试对比了一些其他的框架，主要通过没有路由与定义1000个路由的情况下进行比较，详见[benchmarks](benchmarks/README.md)\n\n## License\n\nDaze.js is [MIT licensed](https://github.com/dazejs/daze/blob/master/LICENSE)\n\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazejs%2Fdaze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazejs%2Fdaze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazejs%2Fdaze/lists"}