Tatsuhiko Miyagawa's Blog

Ember.js — Inside FastBoot: The Road to Server-Side Rendering

December 24, 2014

Link: Ember.js — Inside FastBoot: The Road to Server-Side Rendering

We are building this feature into Ember.js, and we’re calling it FastBoot. FastBoot will allow you to deliver the HTML and CSS for a page in your Ember app right away, then allow the JavaScript to take over once it has finished loading. Your Ember app will behave no differently than server-rendered apps when it comes to search engines, mobile users, cURL, or users with JavaScript disabled.Is FastBoot the name for Ember’s Isomorphic JS approach?