• dan@upvote.au
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    5 days ago

    not dependent on the server

    It doesn’t have to be - a developer could also provide a HTML file that the user can download and open locally.

    And to be honest, if someone had to build a user-friendly cross-platform GUI app for connecting to some sort of serial device, they’d probably just end up using web technologies (Electron or Tauri) anyways. May as well avoid the extra overhead of Electron.

    • thingsiplay@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      5 days ago

      I encountered such programs in the past. It’s basically simple HTML with JavaScript, to run with my “favorite” browser and not being packaged as an Electron app. But that is very rare. Still better than dependent on the server, which solves a huge issue (which was my point). But the other point isn’t solved, if the person is “forced” to use a browser he or she does not like.