DEV Community

Discussion on: How do you implement REST in an MVC application?

Collapse
 
jouo profile image
Jashua • Edited

Yea for example, if I create a REST server, how do I make use of those REST services in an MVC application?

My goal is to "decouple" the back-end logic from the front-end, so I want to understand how it's done