Let's say that I have a small REST API made with Express, and on average it takes 2 seconds to respond to each call. If I make 2 petitions at the same time, will one petition be answered, and then the other one?
I'm trying to make a couple of REST API's for a platform