Backend Http request bandwidth

Hello, I was just trying Wix for my business to see the potential before I buy the full premium package. As of right now, I was wondering if requesting backend from a separate js node server would cause using bandwidth. If yes how much and should I worry about it as it going to be calling the backend code to get wixdb every 2-3 sec. Thank you!

Check this comment: https://www.wix.com/velo/forum/main/comment/5f1fde28a11d3f0017e52abc

It says page not found

@ashihalalfoods This is what was written:

A safe limit is about 1000 requests every minute, with a cooldown of 2 minutes in case of traffic going over the limit.

Basically it is safe to use with 250 requests per minute (functions, web methods) and 250 data operations (queries, inserts), etc. We don’t advise going over 250 operations per minute, yet the system will probably support 1000 per minute burst. If the limit is exceeded it will result in a 502 http error and there will be a 1-2 minute cooldown.

@shantanukumar847 Ahh i see thank you so much. I am no where close to that i am making like 30-60 request a minute thanks!