UNPKG

motoboat

Version:

a powerful web framework, build on module http and https.

9 lines (7 loc) 197 B
const ath = require('/home/wy/node/motoboat/httpclient/awyhttp'); for(var i=0; i<5000; i++) { ath.get('http://localhost:2021/') .then((data, err) => { console.log(data); }); }