How to package & deploy Node.js + express web application?

前端 未结 6 1674
忘掉有多难
忘掉有多难 2020-12-07 09:36

I am new to Node.js programming and I have recently created a sample working web application using (express, backbone & other complimentary view technologies, with mongo

6条回答
  •  时光取名叫无心
    2020-12-07 10:17

    Hope this might be helpful for somebody looking for the solution,Packaging of Node js apps can be done using "npm pack" command.It creates a zip file of your application which can be run in production/staging environment.

提交回复
热议问题