I was thinking of doing some development using the javascript structure of backbone.js, and I'm currently using ASP.NET MVC ...
After considering this issue, it seems that part of the ASP.NET MVC server will be redundant ...
Backbone.js will contain my models, which I would get by calling the REST service on my WCF computer.
My ui will be updated using Backbone / js ...
Any logic will be in the backbone.js controllers that need to be executed on the client side.
I would really like the input because I seem to have come to the assumption that ASP.NET MVC is destroyed by backbone.js ..
Anyboyd uses both, why? And How?
Thanks in advance
source
share