I want to know if there's many people request URL on a port (exam. 7000) it will handle on a request in a order, right?
And connect to a database through my API server.
So the client post to my API server through URL: Port and then my API sever connect my database and then return data to client though API server by response JSON
Format and next it gonna continue do the same right?
So if it’s in a process others request has to wait until it finish a process that I mention above, right?