English 中文(简体)
EmberJS - Discussion
  • 时间:2024-09-17

Discuss EmberJS


Previous Page Next Page  

Ember.js is an open source JavaScript cpent-side framework used for developing web apppcations. It uses the MVC(Model-View-Controller) architecture pattern. In Ember.js, route is used as model, handlebar template as view and controller manipulates the data in the model. This tutorial covers most of the topics required for a basic understanding of EmberJS and to get a feel of how it works.

Advertisements