Reputation: 5723
What are the good use cases for using RPC over MQ ? If a node process wants to talk to a java program, can we use RabbitMQ ? What are the other alternatives ? what nowjs or dNode does that can not be done with socket.io ? There are many modules in node.js on either RPC or MQ.. Do they all cater to some specific need ?
What I am looking for ?
How do you do a RPC style of full duplex communication between browser/client and server? I think the answer would be socket.io or nowjs or dNode.. Please add if there are more.
How does your node process talk to other processes in a heterogeneous system ? This might be necessary if you want to offload some of your CPU bound task to other processes... For example between node.js process and a Java process. There can be 3 different ways of doing that. Which one is suitable for what ?
i. publish-subscribe
ii. request-response
iii. push-pull
When would you use xmpp and not rabbitMQ ?
Upvotes: 3
Views: 1454
Reputation: 1347
/fyi #node.js IRC welcomes you: http://bit.ly/nodeIRC
Upvotes: 1