Dictionary
Words, grammatical forms and meanings linked to the ontology.
server-side rendering en · NOUN
Meanings
-
(qualifier:web development) A system in which the content of a website is generated on the server, before being sent to the browser.
When we talk about server-side rendering of websites, we are generally referring to an application or website that uses a programming language that runs on a server. On this server, the web pages are created (rendered) and the output of that rendering (the HTML) is sent to the browser, where it can be displayed directly.
2018, Bram Borggreve, Beginning Server-Side Application Development with Angular, Packt Publishing Ltd, →ISBN, page 2:
Forms
Relateds
single-page application