learningjs:javascript学习

时间:2024-07-11 00:56:15
【文件属性】:

文件名称:learningjs:javascript学习

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-11 00:56:15

JavaScript

学习js 最初的想法是将 iojs 中的 crud 与 nodejs 中的 crud 进行比较。 在 iojs 文件夹中,堆栈基本上是 expressjs、co 和 mongorito 并运行“iojs --harmony app.js”在 nodejs 文件夹中堆栈基本上是 expressjs 和 mongoose 并运行“nodejs app.js” 我还开始使用 siege 开始负载测试,看看哪个性能更好。 示例:siege -f test.iojs.siege -t 1M -T application/json - c 100 siege -f test.nodejs.siege -t 1M -T application/json - c 100 为了安装 nodejs 和 iojs,我使用了 nvm。


【文件预览】:
learningjs-master
----test.siege.json(39B)
----.gitignore(29B)
----README.md(626B)
----nodejs()
--------UserService.js(831B)
--------User.js(208B)
--------app.js(258B)
--------package.json(302B)
--------connection.js(158B)
----iojs()
--------UserService.js(997B)
--------User.js(117B)
--------app.js(272B)
--------package.json(320B)
--------connection.js(173B)
----test.iojs.siege(50B)
----test.nodejs.siege(50B)

网友评论