Hi dev,
In my app, on behalf of each user, the server will be making multiple network.request heavy loops at times.
I used to do this on the clients, but the server is faster and more secure.
My concern and question is then, if many users will make these calls at practically the same time, is there a network.request rate limit from serverside onto the web like there is from client?
If there is, I may have to rethink my server operations.
anaqim