[rabbitmq-discuss] looking for a javascript library recommendation
Michael Bridgen
mikeb at rabbitmq.com
Wed Feb 16 23:15:28 GMT 2011
> It seems to me that Jeff is looking for a Javascript client for
> RabbitMQ. Nodejs, however is server side. Am I maybe misunderstanding
> something?
rabbit.js is indeed written for node.js, but it enables the Socket.IO
library on clients to speak to RabbitMQ, in effect. However it is
toyware right now, and doesn't support topic routing.
There's also rabbit-socks, which is being actively worked on and is
intended to support STOMP-over-websockets(/Socket.IO) among other
things, in the not-too-distant future. That's probably a better fit if
you can wait, Jeff.
Oh and there's rabbitmq-jsonrpc-channel, which is available now but not
being actively worked on, except to keep it up-to-date with RabbitMQ API
changes.
Michael
> Max.
>
> On Wed, Feb 16, 2011 at 2:47 PM, Alexis Richardson<alexis at rabbitmq.com> wrote:
>> Jeff
>>
>> I shan't dare to recommend something but you might want to consider:
>> http://www.rabbitmq.com/blog/2010/11/12/rabbitmq-nodejs-rabbitjs/
>>
>> I am not sure if this addresses your needs. If it does not then let
>> us know, since there are other options.
>>
>> alexis
>>
>>
>> On Wed, Feb 16, 2011 at 5:14 AM, Jeff Hinrichs<jeffh at delasco.com> wrote:
>>> Looking for recommendations for js libraries to communicate with RabbitMQ.
>>> expected usage patterns: Topic based exchanges, mostly consuming, some rpc
>>> desirable attributes: fewer dependencies are a plus, no problems
>>> co-existing with jquery, actively developed, good community/docs
>>> Best,
>>> -Jeff
>>>
>>>
>>> _______________________________________________
>>> rabbitmq-discuss mailing list
>>> rabbitmq-discuss at lists.rabbitmq.com
>>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>>
>>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list