hapiwalkthrough:hapijs(node.js)教程的初步演练

时间:2024-05-20 03:38:08
【文件属性】:

文件名称:hapiwalkthrough:hapijs(node.js)教程的初步演练

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-20 03:38:08

JavaScript

漫游 hapijs(node.js)教程的初步入门。 使用pm2 hapi可以很好地尝试在本地和heroku中运行的节点服务。 必需的 如果您在ubuntu 15.04上运行-我遵循了 而不是处理debian软件包的问题 sudo npm install pm2 -g npm install 开发命令 // Starting // We are using an npm script to handle this. // pm2 start server.js --watch npm run-script dev // Production Start node server // Working in the dev enviornment we make use of pm2. pm2 status pm2 logs


【文件预览】:
hapiwalkthrough-master
----server.js(799B)
----LICENSE(1KB)
----README.md(742B)
----.gitignore(526B)
----server()
--------logic.js(1KB)
----package.json(398B)

网友评论