• merthyr1831@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      3 months ago

      Kind of what it says on the tin: it’s the UI view of your application. Usually some kind of HTML is populated with data using a template language like C#, Python, etc.

      The only reason it’s “backend” in this instance is that instead of sending the HTML and template for the end user to fetch the data for themselves (eg. via an API) it’s pre-filled on the server before being sent as a completed blob of HTML and data.