I am using a mobile application using the Titanium applicator.
In this application, I will need to use chat using RabbitMQ. I saw many examples of how to connect to the rabbitmq server using node js, but in my case this is not applicable and I could not find a separate javascript client.
I would like to know if there is a way to connect to RabbitMQ without a client or if there is a separate standalone javascript client?
Thank.
source
share