I have been thinking of doing some development with backbone.js javascript framework and i currently use ASP.NET MVC...
After considering this, it seems the ASP.NET MVC server side part would be redundant...
Backbone.js would contain my models which i would get by calling a REST service on my WCF machine.
My ui would be updated by Backbone / js ...
Any logic would be in backbone.js controllers that is necessary to be executed on the client side.
I would really love some input, because i seemed to have arrived at the assumption that ASP.NET MVC is wiped out by backbone.js..
Anyboyd using both, why? and how?
Thanks in advance
Controllerdocumentcloud.github.com/backbone/#Upgrading. Plus, is none of your logic sensitive? For instance, are you going to handle administration on the client? What would stop a non-administrator from making themselves an administrator when all of your logic is client-side?