UI Deploy

Curated, Short, Web UI Dev we Love.

Updating a Node.js web application without downtime

I have a Node.js/Express web application running on localhost:3010 that's on, say, version 1.2.2. Suppose I want to update the web application to version 1.3.0 without any downtime. What's the best way?

view source

Advertisement