@anjalidalal
Hi, I like infinite while loops.
Nothing here yet.
Nothing here yet.
What happens when multiple clients put requests on a website at the same time? The app doesn't process these requests from multiple clients in a single instance. It can process these requests one by one and send a response. This is how the app starts...
