Ember is only for one page website?

ember.js, javascript, jquery

Solution

No JS MVC Framework would be written aiming at one page web application. As per Ember's own website, http://emberjs.com/#routing-example

Ember.js makes it downright simple to create sophisticated, multi-page JavaScript applications with great URL support, in a fraction of the code you'd write in other frameworks.

So to answer your questions:

- Yes.

- All JS MVC frameworks listed at http://todomvc.com/

Problem

I am really interested in `Js MVC framework` like Ember but in many places. I read that ember is used for one page web application. I have some confusions. Can I use ember for large scale application having lots of pages? If I can't then which MVC framework is best for large applications. Suggest your ideas...

Original source

Related problems