Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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?

### 相关机制

- 双周里程碑总结(用于项目初期) - 形式待定