Basically backend deals with communications and networks ?

    • HeHoXa@lemmy.zip
      link
      fedilink
      arrow-up
      2
      ·
      4 days ago

      In that context, I’d call the web app (html, js, css… the stuff that runs in the browser, Angular, React Vue compilations, whatever) the front

      The back would be the API server and the database, auth provider, remote services, whatever it’s calling, which the web app calls for the data it uses to populate the UI

      I guess we could call the connections between browser and server kinda the line that separates front and back?

      • MastKalandar@feddit.onlineOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 days ago

        Let’s have a fresh look : could we bring in the comparison between the front office and the back office of any organisation ?

        Or maybe the place where people sit and order and the kitchen in the case of a restaurant ??

        • HeHoXa@lemmy.zip
          link
          fedilink
          arrow-up
          6
          ·
          4 days ago

          Yeah totally, I dig it.

          The customer (user) goes to the front desk (web app) and makes a connection with a representative (api) who goes back to the warehouse (database) to retrieve the item they requested

          So everything the customer is doing is on the “front”, and everything the rep is doing is on the “back”