Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I've some services built on Node.js and React.js as client for my web app.

Now I've a route in my web app which fetches information from multiple services. These information fetched are going to be public information, no auth needed before fetching these information.

Should I send a single request to one service and fetch other information from the other services using my message broker or should I send multiple requests from my client and fetch the information.

I felt using messages are slow when compared to the multiple requests sent simultaneously from the client.

Am I wrong? Need suggestions.

question from:https://stackoverflow.com/questions/65931308/multiple-requests-or-message-broker

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
88 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...