Extreme Server Side Rendering

46 points by hmac


DustyFuzzy

IIRC this is actually not a new technique, and was used in the past for live updates in some places, all the way back in early IE days.

tomhukins

It upsets me that contemporary Web developers misuse the term "rendering" to mean "HTML generation". Browsers have rendering engines that convert HTML, CSS, and other features into an interactive document. Both server-side and client-side applications can generate HTML to incorporate into the rendering process.

Using specific terms to mean specific things makes this process easier to understand. I have been developing Web applications for thirty years, but I imagine some newcomers will find the word "rendering" in Mozilla's documentation for Client-side rendering and Rendering engine. I don't blame Mozilla for this and won't shoot them as the messenger.

This sloppy use of language reminds me of when "responsive" stopped meaning that Web pages rendered quickly following a request and instead that they coped better with different screen sizes.