Ember Fastboot
ember-fastboot.com
Ember Fastboot
1–10 of 100 posts
Re: Ember Fastboot
#2Re: Ember Fastboot
#3Re: Ember Fastboot
#4This is great! Anyone know how far analogous initiatives are for competing projects?
Re: Ember Fastboot
#5This is great! Anyone know how far analogous initiatives are for competing projects?
[1]: https://github.com/mhart/react-server-example
[2]: https://angular.io
Re: Ember Fastboot
#6This is great! Anyone know how far analogous initiatives are for competing projects?
It's been possible with React for quite some time[1], and it appears to be included in Angular 2[2]. [1]: https://github.com/mhart/react-server-example [2]: https://angular.io
There is a huge gulf between "synchronously render a component in Node" and "asynchronously boot an app, marshall async data, render an async UI, and do it concurrently."
I touch on this a little bit in this talk[1], but the bulk of the work we've done over the last year is conventionalizing app boot and figuring out how to run multiple instances concurrently, cheaply.
Angular 2 is much more similar to what we're doing with FastBoot, and I'm excited to see where they go with that and crosspollinate ideas. (The work they're doing with Web Worker rendering is also very exciting.)
Re: Ember Fastboot
#7Re: Ember Fastboot
#8This is great! Anyone know how far analogous initiatives are for competing projects?
Re: Ember Fastboot
#9(P.S. One thing I think that's pretty meta-cool about the FastBoot site is that it is, itself, a FastBoot site, running on Heroku.)
Re: Ember Fastboot
#10This is probably the thing I hate the most from client-side apps. Can't wait to test this and Angular 2 on production!