Google News
logo
Ember.js - Interview Questions
Explain how is ember.js is different than traditional web application?
In Ember.js, instead of majority of your application’s logic living on the server, an ember.js application downloads everything it required to run in the initial page load. So user does not have to load a new page while using the app and UI will responds quickly. The advantage of this architecture is that your web application uses the same REST API as your native App.
Advertisement