Y
Hacker News
new
|
ask
|
show
|
jobs
by
cgag
3516 days ago
so that i can render the html in microseconds on my server and not waste the users time, or have to write javascript
1 comments
rimantas
3515 days ago
Also, in many cases you can cache the result so rendering is no longer happening anywhere, neither on the server, nor on the client.
link