节点负载测试
一个由loadtest支持的最小的node.js Web Laod测试框架。
入门
git clone
cd节点负载测试/
npm安装
npm开始
测试路由
CovidSafe后端API序列
HEAD / api /消息/列表
GET / api /消息/列表
POST / api /消息
PUT / api / Messages / SeedReport
PUT / api / Messages / AreaReport
Koa(2.0.1版)
Koa is a newer Node.JS framework than express , a designer could also build
a server quickly with Koa . Actually , Koa do rebuild the request and response
of Http . So all of the node based API can be used in Koa . In Koa , middleware 、