1. AMQP/RabbitMQ or Node.js for live web applications? stackoverflow.comI want to build a live application that supports server-push (chat, feeds, live notification and collaboration etc). I have looked into Node.js and found it quite interesting and appropriate for such things. I ... |
2. Real-time application newbie - Node.JS + Redis or RabbitMQ -> client/server how? stackoverflow.comI am a newbie to real-time application development and am trying to wrap my head around the myriad options out there. I have read as many blog posts, notes and essays ... |
3. RabbitMQ vs Socket.io? stackoverflow.comI'm doing real time live web app development. Browser users should be able to communicate with eachother through a node.js server. One of the user writes a message and all other users ... |
4. RabbitMQ Messaging In Node.JS? stackoverflow.comI need to use RabbitMQ to publish and subscribe to queues in Node.js I already done it in Ruby but I need to do the work in Node.js and I don't find ... |
5. AMQP using Node.js, How Can I publish/subscribe? stackoverflow.comI am making a class manipulating the Node-AMQP module available here : https://github.com/postwait/node-amqp But I am not able to publish/subscribe using this :
|
6. Ever use RabbitMQ and Node.js for long running process? stackoverflow.comI'm trying to understand the best way to handle a long running task in Node.js. Apparently doing a long running process in Node.js is not a good idea because the single ... |
7. Manual acknowledgments in Node.js using node-amqp module stackoverflow.comI am using the module node-amqp by postwait : https://github.com/postwait/node-amqp I am able to publish/subscribe to a queue some messages, but I would like to acknowledge the messages manually. For example, ... |
8. Asynchronous acknowledgments in RabbitMQ (and node.js) stackoverflow.comI have a specific use case of RabbitMQ in mind, and I'd like to clarify certain things and ask for recommendations. Consider this scenario: 1- I publish two messages, that are tasks to ... |
9. RabbitMQ + Node.JS Connection issue, frame size too large? stackoverflow.comI have been playing around with RabbitMQ with apache + php and wanted to see how it compared to Node.JS in performance. Using the latest node.js (0.4.12) and amqp ... |
10. Node.js + socket.io + node-amqp and queue binginds when "re" connecting thru socket.io stackoverflow.comI have one scenario which is very close to this sample: One main screen:
|