Methods
(static) normalizeConfig(config) → {object}
将默认的项目配置与config对象合并后返回。
- Source:
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
项目配置 |
Returns:
- Type:
-
object
添加了默认配置的项目配置
(async) start(config) → {Promise.<void>}
启动服务端,初始化所有model和路由等等。
- Source:
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
项目配置,参见 |
Returns:
- Type:
-
Promise.<void>
监听成功后resolve,否则reject
(async) stop() → {Promise.<void>}
停止服务器,停止完毕后可以再调用调用start()
- Source:
Returns:
- Type:
-
Promise.<void>
完成后resolve,否则reject