Announcing a new javascript AMQP 0-9-1 client:
https://github.com/cloudamqp/amqp-client.jsDeveloped and supported by us at
CloudAMQP. And we use it in house in production.
In addition to being a modern (promise API), lightweight (0 dependencies) but fully featured AMQP nodejs client, it actually also works in browsers using WebSocket! But because RabbitMQ doesn't have native AMQP WebSocket support (yet?) you need a
websocket-tcp-relay that exposes RabbitMQ AMQP over WebSockets, but that's super easy to setup. All new instances on CloudAMQP comes with AMQP Websocket support.