I've few questions concerning ember.js and meteor.
Ember is a recent framework based on the Sproutcore technology, very efficient, smart and quite similar to what Meteor is going to achieve in their development.
What does ember.js currently lacks is an efficient client-server communication layer as Meteor is already supporting.
So… now I'm just wondering about the current situation:
1. Are ember.js and meteor complementary ?
2. Is meteor trying to override / compete with ember.js and will it provide similar apis at last ?
3. Would not it be a beautiful approach to develop meteor as a powerful tool able to sync with thousands of clients through an "all json technology" which technology would then be usable by several other frameworks (including ember.js) ?
ok I've seen someone mixing both meteor and ember.js and it seems to work, I just wonder if you should not consider relying on their (ember) technology for most of the controller-view part and focus on the data-controller.
In my opinion both you and ember frameworks are excellent framework and both of you are covering the same technologies and willing to evolve. Ember will at a time add database support as you do.
As I see, it might be the right time to consider merging both technologies and avoid developing twice almost the same tools. That could be a great synergy for both the framework devs and the users of your technologies.
What are your opinions about this ?