TodoMVC using Meteor Web Framework
by stumppi
In case you are new to Meteor, his authors describe it as an ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. You may watch a pretty cool demo on the their side using the link given above.
TodoMVC is a reference template used by many JavaScript based web frameworks including Backbone.js, Ember.js, Spine,js to showcase a framework’s functionality and providing a common denominator for easier comparison of frameworks.
I recently played with both projects and decided to implement TodoMVC using Meteor. The source code is available on GitHub. You may also want to check out a live demo.
Don’t mean to be ignorant, as I know very little about Meteor, but the todo example doesn’t appear to work at all, or it’s very different from every other similar example I’ve seen. Anything I do is immediately reverted. I can’t imagine that’s the intent. Tried Chrome Version 27.0.1453.116 m, Firefox 17.0.7 ESR.
Thanks for the hint! Some incompatibility issues between code and newest release of meteor. Fixed now!