I had a look at Backbone.js and while it's a great product, I don't like the binding to jQuery/Zepto for Controller navigation.
I know that I can use things like Models/Collections in Backbone without jQuery, though I do want to use the routing in Controller and not reinvent the wheel myself.
So my question is whether there are any lightweight MVC frameworks which are preferably JS-framework agnostic, or, in worst case, support Prototype/MooTools?