# AngularJS vs Ember

DevFeed: [AngularJS vs Ember](<https://devfeed.tech/articles/angularjs-vs-ember-40619.md>)

Original publisher: [Read original article](<https://eviltrout.com/blog/2013-06-15-ember-vs-angular/>)

Published: 2013-06-15T00:00:00Z

Content type: comparison

Language: en

Sources: [Robin Ward](<https://devfeed.tech/sources/robin-ward.md>)

Topics: [Angular](<https://devfeed.tech/topics/angular.md>), [Ember](<https://devfeed.tech/topics/ember.md>), [mvc](<https://devfeed.tech/topics/mvc.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Stack Overflow](<https://devfeed.tech/topics/stackoverflow.md>)

Tags: [angularjs](<https://devfeed.tech/tags/angularjs.md>), [ember](<https://devfeed.tech/tags/ember.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mvc](<https://devfeed.tech/tags/mvc.md>)

## AI overview

An experienced Ember developer investigates why AngularJS is gaining developer mind share and argues that its relative simplicity makes it easier to learn. The article cautions that simplicity is not always good design and may be a poor fit for ambitious, long-lived applications.

## Source excerpt

Recently I got together with some local developers to discuss client side MVC frameworks. We ended up discussing many of the differences between AngularJS and Ember. Discourse is an Ember application and has been since the first prototype, so I have a lot of experience with it. However, it became clear during the conversation with my peers that there was a lot about AngularJS I didn't know. There is evidence that AngularJS is beating out Ember in terms of developer mind share: there are more Stack Overflow questions dedicated to AngularJS. AngularJS has more stars and forks on Github. At a recent Javascript meetup in Toronto, when polled virtually every developer expressed interest in learning more about AngularJS. Clearly there is something to this framework!