I'm implementing a mobile application using Titanium appcelerator.
In this app, I'll need implementing a chat using RabbitMQ. I saw a lot of examples of how to connect to RabbitMQ server using node js, but in my case it isn't applicable and I could not find any JavaScript standalone client.
I'd like know if there's a way to connect to RabbitMQ without a client, or if there are any JavaScript standalone client?