Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 537 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 537 Bytes

##Nodejs Service Demo This is a test for nodejs backend Service

##Module

  • npm 3.10.1
    • bunyan: 1.8.1
    • dtrace-provider: 0.6.0
    • minimist: 1.2.0
    • moment: 2.14.1
    • mysql: 2.11.1
    • nconf: 0.8.4
    • restify: 4.1.1

##Feedback

##Install

  npm install

##Start

  node index.js

##PM2 Start

  pm2 start index.js -i 4 --watch --name='nodejs-service' -- --profiles test --logPath /logs/nodejs/nodejs-service/stdout.log --port 8080