7 ms·
This is nothing new. HTML has always been rendered from a sever.
by FinalBriefing 3y ago
This is nothing new. HTML has always been rendered from a sever.
- hanniabu 3y agoServed from a server and rendered from a server is completely different.
- smolder 3y agoThere'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.