How to create a self-updating Node.js application?

后端 未结 4 1307
孤独总比滥情好
孤独总比滥情好 2021-02-13 13:29

I\'d like to create an application with Node.js that periodically checks for updates and installs them if there are any.

The basic components are clear to me:

4条回答
  •  清歌不尽
    2021-02-13 13:43

    If you are using PM2 which is very popular method scaling and running apps nowadays with node.js. Then you might want to look into the tools they are offering. Such as: https://github.com/keymetrics/pm2-auto-pull

提交回复
热议问题