Hacker News new | ask | show | jobs
by givanse 4093 days ago
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.