a developer is designing a web application that allows the users to post comments and receive near-real time feedback. which architecture meet the requirements
Answers
Answered by
0
Answer:
The MVC application architecture is most suitable for development of web applications that benefit from being fully rendered on the server, i.e. those that need to be easily indexable by search engines and don’t require a lot of quick user interaction
Similar questions