First of all, apology for my bad english.
I just want to clarify things.
If there are multiple website's user (let's say 1000) and try to access my API's endpoint (let say everyone is accessing the registration endpoint) at the same time (or if not exactly the same time, a time-interval of nano-second). What will happen? Will everyone get the same response time? or the first one who access it will get it faster than the second one?
Base on my knowledge (yeah i'm stupid), I think that the API will handle it in queues, so if you're the 1000th user you will receive the response in much longer time. If this is true. Is there a way to lessen the delay?
Thank you very much for your time explaining things :)