Tagged Questions
6
votes
4answers
1k views
Does business logic really belong on the server?
A typical stack for a web application is a database, a server with server-side code, and a user with a browser with HTML/CSS/JavaScript.
Before extensive AJAX, MVC in which the controller was the ...