Ask HN: Is server-side HTML rendering dying?

https://news.ycombinator.com/item?id=8277381
by jeswin • 12 years ago
13 13 12 years ago

I am putting considerable energy into building a framework that renders on the client and the server. However, I am unable to think about strong reasons why server-side rendering will be a must-have in future.

1. Processors are going to be fast enough to offset the rendering disadvantage that exists on the client now

2. Getting JSON data is just another request (or you could bootstrap on the page itself). In any case, you'd need to bring other files like CSS before the user can interact.

3. All crawlers will soon do AJAX, some are already doing this.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com