Hacker News new | past | comments | ask | show | jobs | submit login

I think I see what you're talking about: more non-browser clients exist so the web servers need to be able to expose an API. I agree with that.

Besides that, the ability to "template" output on the server is still my ideal way to transform the business API to something the client can read. In the case of a browser, I'm templating for HTML. For a mobile app, we may just pass through in JSON and let the native mobile app handle the views, even output HTML5 for mobile in addition.

In all of these cases, server side templating of output plays a role I think. For browser targeted output, server side templates are still simpler in the implementations I've seen.




Well said. I think this is the best way of putting it. I temper my original position of saying that server-side view rendering is "on its way out".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: