you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 4 months ago (1 child)

Well you have more control over it and not dependent on the server. Also it should be more private I guess. I'm not judging, just asking if there was no native app that you felt forced to use a worse browser.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 4 months ago* (last edited 4 months ago) (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 4 months 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.

  • source
  • parent