What are the Pros and Cons of Server Side Versus Client Side Templating
Server Side Templating Pros: More search engine friendly. Entire response message can be cached. Can work without JavaScript Cons: Harder to mix and match different server side technologies. For example, retrieve data from both Java and Ruby based services Harder to send content for multiple devices. E.g. browser, mobile devices, etc. Client Side Templating Pros: … Read more