|
|
|
|
|
by hombre_fatal
439 days ago
|
|
That works for a certain class of applications, but it's not very simple once you do want interactivity on the browser client. Nor would I call it simple that the server has to be able to send the whole UI over the wire instead of just data. And it ties your server to the web browser instead of providing a simple data API that can be used by anything that can make an http request. There are always trade-offs. |
|