文件名称:REST-API-in-Node.js框架:比较6种流行的Node.js Web框架
文件大小:109KB
文件格式:ZIP
更新时间:2024-02-24 11:33:57
nodejs koa express typescript hapi
Node.js中的REST API框架 快递示例 安装依赖项npm install 启动服务器npm start > express-example@1.0.0 start ./frameworks-for-REST-API-in-Node/express-example > node index.js Example app listening on port 3000! 呼叫#1 curl http://localhost:3000/hello/Ihor 呼叫#2 curl http://localhost:3000/hello\?user\=Ihor 使用运行性能测试ab -n
【文件预览】:
frameworks-for-REST-API-in-Node.js-master
----restify-example()
--------index.js(385B)
--------package.json(684B)
--------ab.result(1KB)
--------package-lock.json(29KB)
--------ab.production.result(1KB)
----fastify-example()
--------index.js(351B)
--------package.json(684B)
--------ab.result(1KB)
--------package-lock.json(12KB)
--------ab.production.result(1KB)
----koa-example()
--------index.js(376B)
--------package.json(696B)
--------ab.result(1KB)
--------package-lock.json(12KB)
--------ab.production.result(1KB)
----loopback-example()
--------index.js(515B)
--------package.json(2KB)
--------.yo-rc.json(52B)
--------.prettierrc(99B)
--------.prettierignore(12B)
--------ab.result(1KB)
--------Dockerfile(627B)
--------DEVELOPING.md(1KB)
--------package-lock.json(167KB)
--------src()
--------.eslintrc.js(60B)
--------tsconfig.json(209B)
--------.gitignore(998B)
--------.mocharc.json(68B)
--------.dockerignore(34B)
--------.npmrc(18B)
--------public()
--------README.md(176B)
--------.eslintignore(30B)
--------ab.production.result(1KB)
--------index.ts(23B)
--------.vscode()
----hapi-example()
--------index.js(728B)
--------package.json(679B)
--------ab.result(1KB)
--------package-lock.json(11KB)
--------ab.production.result(1KB)
----.gitignore(914B)
----README.md(13KB)
----express-example()
--------index.js(311B)
--------package.json(685B)
--------ab.result(1KB)
--------package-lock.json(14KB)
--------ab.production.result(1KB)
----ecosystem.config.js(532B)