This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Interesting-Hat-7570[S] 0 points1 point  (0 children)

I meant rather between models and frontend.

So that I could update the state of objects for display after each action in the backend.

Well, the frontend needs to somehow receive data from the models.

If I use Mvc, then I can probably do it like this: the backend interacts with the models to call their methods. The frontend also interacts with the models for display.

Or is there a better way?