Answer the question
In order to leave comments, you need to log in
Do I need an MVC architecture for a website?
Hello. I decided to write a site with onDemand video and streaming. I am struggling with the choice of site architecture. In fact, I now have several web services based on WebAPI, databases, and other back-end technologies. The problem with choosing the architecture of the site itself - do I need to use the MVC framework here? It’s just that in this case, the use of routing in react becomes a little more complicated, although you can make requests to services directly from js and pull out all the necessary information. Due to the experience of developing MVC applications and the lack of experience in SPA development, I feel uncomfortable abandoning this architecture.
Answer the question
In order to leave comments, you need to log in
Structuring will help you understand your system, but you should seriously consider whether you will get serious restrictions somewhere, for example, whether you will have a situation where there is only one transaction per request, etc. In any case, MVC can always be converted to regular code, but regular code cannot be converted to MVC.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question