Open
Node.js Framework

Enterprise Node.js Framework for Web, RPC, Serverless, etc.

Get started →View On Gitlab

Artus.js

Features

Loader

框架内置 loader,用于扫描文件并加载模块,并 attach 对应的 meta;将模块挂载到 IoC 容器

Pipeline

框架协议无关,请求处理模型基于洋葱模型和 Context 构建,但不具备协议相关的概念。

Plugin / Framework

以可复用的方式对通用能力(集合)进行拓展或者细粒度拆分,插件本质上是 Mini Application

Exception

框架内置了异常处理能力,支持通过错误码 or 错误实体方式在上层框架 or 业务中使用