|
|
|
|
|
by int_19h
405 days ago
|
|
All MVC (or rather something more modern like MVVM) happens on the server in this scenario, but it doesn't mean that it doesn't happen at all. A different View + ModelView on top of the same Model could then be used to provide a different frontend if that is ever required (in practice, it probably won't be). |
|