Reputation: 552
I am using node js resful api and amqp to handle the api requests. The rabbitMQ is working fine in Node js but its not possible in angular js. How can I implement amqp in client side angular js script.
Upvotes: 9
Views: 5571
Reputation: 74
you can use the web-stomp plugin. But its not good idea, use rabbitmq from angular, its not safe way
https://www.rabbitmq.com/web-stomp.html
Upvotes: 3