I have an app that i can create pages using emberjs and using jqueryui drag and drop.
I want these pages to be html pages for google to crawl.
I am just checking that if i goto a page that is created with emberjs. Can i can use rails caching to cache the page so that i can then serve that on my public site to google?
Is this possible?
Does anyone know of any better ways?
What does the ember core team recommend?
I know there is talk about server side template rendering but has anything been done on this yet ?
thanks a lot
Rick
It’s not possible to use Rails caching to cache the HTML that is generated by a client-side JS app.
There are people who are doing server-side template rendering, however, I haven’t seen examples of anyone running Ember server-side yet.
It is an eventual goal of the Ember team to support that scenario, but it’s hard to say when that might happen.