DEV Community

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

Collapse
 
katnel20 profile image
Katie Nelson

It’s not clear to me. Are you looking to do a REST client or server?

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