[rabbitmq-discuss] JavaScript Client

Marek Majkowski majek04 at gmail.com
Tue Apr 24 19:34:23 BST 2012


On Tue, Apr 24, 2012 at 00:45, Uday Subbarayan
<uday.subbarayan at yahoo.com> wrote:
> Folks,
>         I am looking for a JavaScript lib with callback to receive messages
> when a new message is posted in a queue in  Rabbit MQ. I did research and
> understand discussions like this:
> http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/6f9028fa34035331?pli=1
>
> Is,
> Browser(Socket.IO)-----> Node.js---> Rabbit MQ
> is the best solution with security?

Uday,

That's not the worst design, if you can get that working.

Additionally, take a look at my SockJS project:
  https://github.com/sockjs/sockjs-client

And at node.js rabbitmq tutorials:
  https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/javascript-nodejs

Marek


More information about the rabbitmq-discuss mailing list