Server-side rendering refers to coding and files being executed at the server, rather than from the client’s browser. This execution then sends information to the browser in their fully rendered version.

Server-side rendering is the opposite to client-side rendering.