How Can i design architecture like below.
I have 3 REST api.
when user send any search request i have to trigger all 3 api Parallels and display the result in react app as son as any apis is completing.
Example: all api trigger and 1st api return 10 records then i want to serve these 10 records to user after few sec 2nd api is completed and its return 3 result then i want to serve these 3 to user........ do same like for other apis