How render ember.js app in the server with django?

Hi everyone, I’m new ember.

How i can render ember.js app in the server with django?

Is possible?

Thanks

Depends on what you mean.

Render a simple page that boots up an Ember app? Possible and not very hard (though streamlining the development process might be touchy depending on how you work).

Render some components server side? Not possible. The Ember team is already working hard to make it possible using node.js, which is the obvious tool for this specific task and it’s not here yet.

@spectras thanks!

I meant components to improve SEO.

As is the subject of rendering an app on the server?. It’s good, I have advantages?.

Thank you very much.

1 Like