Hacker News new | ask | show | jobs
by poseid 4093 days ago
interesting graph. would be interesting to see what part of MVC is related to system software vs. web MVC
1 comments

What do you mean with "system software"?

One of the main differences between Client/Browser MVC and Server MVC is application state. In the browser you have state. In the server, since HTTP is stateless the server app too. Probably a good topic for an article of its own.