Zero-Downtime JavaScript App Deployment



This is about lean JavaScript app deployment in the context of Rails and Ember, though as Feifan Wang points out, there’s no reason this can’t be used with other frameworks as well.

Why should you care? Well, deploying your Ember application can be tricky, and slow if it is tied into your backend. If you learn to independently deploy your frontend directly into a CDN, with native tools like Ember-CLI and Grunt, you’ll do it in seconds without downtime. Make your life easier, by developing your frontend independently from your backend, with this succinct lesson presented by The San Francisco Ember.JS Meetup.

 

Additional Resources from ProTech:

 

Published September 17, 2014