I recently made use of Backbone as the MVC-framework for the single page web application we developed in my company. I found out that Backbone lacks some features that are quite important for larger applications (e.g. ui bindings, module-concept as in CommmonJS) poor model-definitions).
During my research on JavaScript-MVC-frameworks that would fill those gaps I only found frameworks requiring additional server software, compiling and so on.
Aren't there any pure-JS-MVC-frameworks?
Thanks in advance :)
Best wishes
Leo