How many requests per minute can strapi handle?

Thanks @DMehaffy for your quick response.
As you have explained, it looks like you had a big user-base, but my app doesn’t have that many users…
Also, I have only a single json object in a single collections entry.

  • One Collection named “collection1”.
    • Only a single entry inside “collection1”.
      • Only a single json field named “jsonData” inside the entry. This json data has about 9k characters.

And the data only resets about 3-5 times, per day, which means 3-5 POST/PUT requests per day.
The GET requests happen about 5 per day per user.
Keeping the costs low is also one of my main concern.

Lets say that we use a 2CPU 4GB ram and 80 GB storage on Linode, will that be enough for my application to run smoothly?
The app doesn’t deal with large amounts of data nor it requests or posts any of it online. Its a static app with one of the parts using this Strapi implementation.
Also, I’m new to all this server and back-end related work.
Sorry, if I’m asking any dumb questions.

Thanks.