How to create a self-updating Node.js application?
问题 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: A web server (or an FTP server, a file system, ...) which contains the update packages A version system (such as SemVer) so that you can tell which package is newer A public-key algorithm for signing update packages Then, there may be different strategies on when to check for updates and install updates: On application start On