Related questions
RabbitMQ vs Socket.io?
I'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 will get it.
I don't quite get …
Can I specify RabbitMQ credentials in node.js?
I started to use rabbit.js to connect to RabbitMQ from a node.js application.
I'm blocked at:
Error: Channel closed by server: 403 (ACCESS-REFUSED) with message "ACCESS_REFUSED -operation not permitted on the default exchange"
at Channel.C.accept (/.../rabbit.…