Javascript – Node js multiple requests concurrently
When multiple users are concurrently accessing this API, the response is getting mixed up. User-1 is getting user-2's response. I believe this is happening due to something I am globally using in the below code. Please help me sort this…