I gone through a lot of hosting service providers and unfortunetly cannot find a single one that can be used without running nonfree programs, all of them require loading bulky obfuscated JavaScript apps.

I know of Codeberg Pages for static sites for example, but it is not suitable for any business or professional use.

  • Molecular0079@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months ago

    So…he wants to email somebody to create a server for him? This seems highly impractical and unnecessary lol.

    • McSinyx@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      The separation is pedantic, but you can have dynamic websites without JS or with free ones. The argument is basically the server-side software only see the data you input, but client-side malware can extract information or do other nasty things you can’t observe or prevent.

      • Molecular0079@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        10 months ago

        I get what you mean, but OP’s gonna have a hard time finding any website, much less a VPS provider, that doesn’t have Javascript in it and for good reason. There’s things like remote consoles and status dashboards that simply don’t work without Javascript.

        If its really a concern, you can run the Javascript in a separate browser instance, but I find that precaution to be completely unnecessary because if you don’t trust your VPS provider, why would you trust that they won’t do anything to your server or use your payment info for nefarious purposes? The Javascript is the least of OP’s concerns IMHO.

    • smileyhead@discuss.tchncs.deOP
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      2
      ·
      10 months ago

      Or just via web browser that can show websites and does not run any random script that was send to it.

      Something like that would be seen as huge deal when talking about mobile or desktop programs, but somehow when browsers do not show how many MB of additional software they downloaded to build a webpage (that in my opinion should already be build by the server) somehow we all assume there is no software.

      • Molecular0079@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        10 months ago

        Something like that would be seen as huge deal when talking about mobile or desktop programs

        That’s because mobile and desktop programs have far more access to your system compared to Javascript programs that run in a permissioned sandbox. They are not the same thing.

        that in my opinion should already be build by the server

        Eh, that’s debateable honestly. Sometimes pages built by dynamic Javascript have much a much better and fluid UI experience than server-side rendering, which require slow full-page reloads. To each their own though, there’s benefits and disadvantages to both methods.