A development Meteor app runs in a docker container on aws cloud, it accepts user input and makes HTTP requests to 3rd party websites, parses the data and sends back to the user. Apology; my limited understanding of the technology is reflected in the following question.
Since there might be 200+ users thus 200+ requests to 3rd party websites, what best structure to setup the app/container in order that requests from the container to the 3rd party websites is not queued?
Any idea on the bigger picture is much appreciated.