Friday, 7 April 2017

Deploying/pushing 'local' Node.js web application to multiple clients

I have written a Node.js app that runs on multiple clients. The app runs videos and displayed advertising content. It's built to run locally to save bandwidth.

I'm looking for a way that I can update this app 'over the air'. I also want to be able to pull video content from server, however I plan to do this within my Node.js app.

I'm thinking about using a shell script to git pull the latest version, perhaps daily or wget a package, download it, unzip it, run it.

I could also use something like rsync.

I'm hoping someone has a suggestion I didn't think of. It's important that I find a solution that is both reliable and scalable.



via Mike Jenkins

No comments:

Post a Comment