ChatGPT解决这个技术问题 Extra ChatGPT

What are the key differences between Meteor, Ember.js and Backbone.js? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Learning Ember.js / Backbone.js has been on my to-do list for a while. Now that Meteor is out, I am just wondering if anyone with experience of Meteor, Ember.js and Backbone.js can summarize the key differences and pros and cons of these three JavaScript frameworks for a person without any experience for any of them.

Specifically, I would like to know which tasks each framework is more suitable for, and why the others aren't.

Edit: now that I read a little bit more on Meteor, it seems to be more similar to Knockout.js rather than Backbone.js. So any comparison with Knockout.js is welcome too.

I found this reference useful. Take a look at the chart with the different frameworks. code.tutsplus.com/tutorials/…
Thanks to the "wise" mods who closed the highest-voted ever Meteor question as "non-constructive", we are now left with an antiquated answer. Good job StackOVerflow! ... Since I can't add my own answer here, check out Why Meteor, which compares Meteor with several other frameworks and libraries.
I totally agree with you, @DanDascalescu. Some of mods are abusing their privileges.
This highest-voted ever Meteor question must be reponed now! It's very very constructive!

A
ATL_DEV

There is a nice run down/comparison of various MVx JS frameworks here http://codebrief.com/2012/01/the-top-10-javascript-mvc-frameworks-reviewed/ it's followed by a good discussion in the comments too. I think I've seen Gordon (who wrote it) on here so maybe you'll get a reply from him.

I'd say if you are looking to learn this style of application development then on the one hand, the wealth of open source backbone examples around could be good for you. But on the other hand, although new, the Ember package is actually more complete IMO than backbone.

Both give you the ability to implement things in a variety of ways which can be confusing, but Ember provides more of the code that you would have to write yourself in backbone as standard which for me personally is more important for rapid prototyping than the wealth of backbone examples available.

There are more mature plugings for data persistence for backbone, but there is a great community buzz around Ember and lots of contrib libraries are making great progress. I've been pleasantly surprised with how quick I (and others) have had quality responses for a relatively new framework here on Stack Overflow.

When you say meteor we are talking about totally other stuff. If you wanted to do more with code re-use on both client and server side then take a look the recently open sourced yahoo mojito https://github.com/yahoo/mojito running on node.js - I've been messing around with it over the last week, and If you become familiar with backbone/ember or any of the others its a snap to get to grips with.

I should also say I have Knockout.js in use on some production systems but have never used it for a fully fledged 'application'. I've got it hooked up to a mongo interface for drilling down into and pageing logs stored in mongo. I really like it, but I wouldn't feel comfortable building anything too big in it.

Well, that's a bit of a ramble - isn't it :)

Quite happy to talk more about it with anyone who is interested. I've used a number of these frameworks in anger/production (including things not listed in the 'top 10' article) and people at work are sick of hearing me talk about JS i think :-D


If you have wandered here, don't overlook the terrific JavaScript tools comparisons at ToDoMVC todomvc.com
Good call @DOK this is probably getting a lot of Google traffic! Keep eyes on / follow tastejs.com for when the next 'big app' version of todomvc comes out too!
Hey Joe, this answer got quite a bit out of date. Want to add some stuff from Why Meteor? (I'd contribute an answer myself, if it weren't for this.)
Sure Dan. It seems I barely mentioned Meteor ;-) There's a lot of info on the wiki though. Send a para the length of the others if you like and ill add - its definitely relevant, and even more so now than when i repled. mail me @gmail user SO username if you like