• Aniki 🌱🌿
    link
    fedilink
    English
    arrow-up
    8
    ·
    4 months ago

    The advent of REST API endpoints really muddies everything up when all requests are going over the web.

    • sunbeam60@lemmy.one
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      4 months ago

      Yes agreed. I suspect it will collapse to “non-time-critical traffic will run on HTTPS via REST” and “everything else will run on UDP, using their own ports”, except for maybe a couple of golden oldies like NTP, FTP, SMTP/POP/IMAP.

      • Aniki 🌱🌿
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        4 months ago

        POP and IMAP are pretty much dead at this point. Email is basically dead at this point. Want to spin up a machine and have it email you system messages? Nope. Want to run a Python script that sends to gmail? lol. https://mailtrap.io/blog/gmail-smtp/

        On all my microservers I have pretty much have 22, 80, and 443 open. I try to interact exclusively over web ports for as much as possible.

        • sunbeam60@lemmy.one
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          It’s hard, but not impossible, to get a personal mail server trusted amongst the big players, agreed.

          That doesn’t mean email can’t be accessed with IMAP (or heaven forbid, POP3) on the big players. Outlook, gmail, FastMail, proton etc all support it.