Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Parallel Async API Call

How Can i design architecture like below.

I have 3 REST api.

http://abc/search

http://xyz/search

http://qmt/search


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

0 0 178
0 REPLIES 0
Top Solution Authors