I am working on an energy project. You can register energy services on my website using the registration process through the web services. Initially, 1 was launched, and now 3 more people have integrated.
On the first page I have to show plans based on zip codes. Now on this page I have to ask all 4 energy providers to list their energy plans.
To request each service at a time in sequential order, it will take longer because I have to get the data from an external source, and this is the first page, so I do not want it to slow down in the first instance only.
How can I make a request to all services at the same time and collect data from each service and list them on the last page.
source
share