|
|
|
|
|
by toddheasley
5741 days ago
|
|
> This makes the assumption that all apps are dumb frontends to a database. I think the commenter is talking specifically about templating languages, not all server-side logic. In terms of MVC, I think the idea is that now you can move the entire view layer to the client, rather than doing half on the server and half in JavaScript. |
|