• TCB13@lemmy.world
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    1
    ·
    edit-2
    6 months ago

    Either way that VPS will cost 10-20$ depending on CPU form a good provider. You can’t get that cheap with a bunch of AWS services for that number of requests.

    Also, if they were using an hyped tech stack (nodejs or wtv) they wouldn’t be able to handle the request spikes like they do. 0.46 requests per second means nothing because I’m sure they’ve hours of full inactivity and others serving 10 requests / second that would totally obliterate 2GB of ram if done on nodejs and a Mysql DB.

    • myersguy@lemmy.simpl.website
      link
      fedilink
      arrow-up
      8
      ·
      6 months ago

      $10-20 is what that VPS costs at a cloud provider. You could also dockerize and use a container service like GCP Cloud Run combined with cloud storage within that budget.

      I’m not a big node guy, but I also kind of doubt nodejs would fail to handle 10RPS on 2gb of memory. I guess it all depends on what the requests are doing.

    • Deckweiss@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      edit-2
      6 months ago

      10-20$ ? I think it is way cheaper. I doubt they need a good CPU, some vcores will do.


      edit:

      Here is an 8GB 6vcore ARM VPS from a reputable German server host for 7€

      https://www.netcup.de/bestellen/produkt.php?produkt=3564

      Here is a 2GB 2vcore x86 for 3.25€

      https://www.netcup.de/bestellen/produkt.php?produkt=2948

      Not to mention - they have regular deals, where you can get them for a permanent 50% off (during black friday and winter sales) I have been paying 17€ per year for the 2GB version.

      • TCB13@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        You going for ultra cheap most likely that that reliable, I was pointing at companies like Digital Ocean.

        • Deckweiss@lemmy.world
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          6 months ago

          The netcup vps I have has a 100% uptime during the past 5 years. But no heavy use ofc, just wireguard

        • Kissaki@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          6 months ago

          I’ve been using netcup for a decade. They’re very reliable and high quality. (Management/Admin interface, functionality, help wiki. Never had reliability issues.)

          I’ve used other providers before. I’m very satisfied with netcup.

    • QuadriLiteral@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      6 months ago

      Indeed. They say they’ve been repeatedly featured on the front page of HN and the site didn’t fall over, I’ve seen many examples that did.