应用程序模拟器
具有可配置延迟和有效载荷的 Web 应用程序模拟器
先决条件
Node.js - 下载并安装 。 您还可以按照快速轻松地安装 Node.js 和 npm
工具先决条件
NPM - 安装 node.js 时应安装 Node.js 包管理器。
快速安装
开始使用 application-simulator 的最快方法是使用 npm 安装依赖项。
安装应用程序模拟器:
$ cd application-simulator && npm install
跑步
使用以下命令运行服务器
$ node app.js
服务器将在端口 3000 上提升(这可以在 /config/env/all.js 中更改)
1