Hacker News new | ask | show | jobs
by FinalBriefing 838 days ago
This is nothing new. HTML has always been rendered from a sever.
2 comments

There's a big difference between serving up static documents (I wouldn't call this "rendering") and dynamic documents. Then there's also a difference between using a templating system for dynamism or a more programmatic and less portable page generation system that's anchored in a specific language like this.
Served from a server and rendered from a server is completely different.