how to connect to rabbitmq using javascript without nodejs
appcelerator, javascript, rabbitmq, titanium
Solution
Is it the RabbitMQ Web STOMP you are searching for? With SockJS it works fine even in old browsers and need no Node.js or any web-server side code written by you.
Problem
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?