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

Categories

0 votes
113 views
in Technique[技术] by (71.8m points)

javascript - Why use message queue with Node js?

I am reading about when to use node, and I see that an advantage of the non-blocking nature of node is that it doesn't block the rest of the code and the other requests with I/O operations that take some time, and I understand this happens by sending these operations to the event loop.

My question is why do I need to use another message queue service that would do the same functionality of the event loop?

The part I'm confused with is "Queued Input" section here : Why the hell would I use Node JS

question from:https://stackoverflow.com/questions/65651678/why-use-message-queue-with-node-js

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...