Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artusjs/spec
Spec for Artus.js.
https://github.com/artusjs/spec
Last synced: 3 months ago
JSON representation
Spec for Artus.js.
- Host: GitHub
- URL: https://github.com/artusjs/spec
- Owner: artusjs
- License: mit
- Created: 2021-12-13T03:14:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T02:52:28.000Z (6 months ago)
- Last Synced: 2024-06-09T20:39:39.906Z (5 months ago)
- Language: MDX
- Homepage: https://www.artusjs.org
- Size: 2.21 MB
- Stars: 150
- Watchers: 15
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artus Framework Specification
Artus Specification is designed for describing how to build a available enterprise Node.js Framework for Web, RPC, Serverless, etc.
Artus 技术规范用于描述如何构建一个用于 Web、RPC、Serverless 等场景的 Node.js Framework。
The specification will write by Chinese and will not translate to another language yet.
技术规范文档将使用中文书写,暂时不需要被翻译为其他语言。
## 文档目录 Documentation Catalog
- [格式约定](./pages/community/4.convention.md)
- Core Specification
- [1. 架构介绍](./pages/core/1.introduction.md)
- [2. 加载机制](./pages/core/2.loader.md)
- [3. 插件](./pages/core/3.plugin.md)
- [4. 框架](./pages/core/4.framework.md)
- [5. 请求处理模型](./pages/core/5.trigger.md)
- [6. 异常处理](./pages/core/6.exception.md)## 讨论机制 Discussion
### 讨论渠道
- Github Repo(当前仓库) - 用于提交规范相关“文件”
- Github Issues(当前仓库) - 用于针对特定细节提出 RFC,并进行针对性的讨论
- Github Pull Requests(当前仓库) - 用于针对特定 RFC 进行完善后,将变化合并到仓库
- 语雀知识库 - 用于对部分脑暴和会议进行记录
- 微信群 - 用于划水
- TODO: Need add more?### 相关机制
- 双周里程碑总结(用于项目初期) - 形式待定