I am developing an application that will have to send data via JSON and retrieve data the same way. My question is, would it make more sense to have my web app do this via MVC or would it make sense for it to be MVC? Both are web service oriented and can send and retrieve data asynchronously, but I am thinking about maintainability, which is the future of development and security. Any suggestions or comment will help. Thanks!