LearnCode Master
LearnCode Master

Reputation: 552

How to implement rabbitmq in angular js

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

Answers (1)

Igor Prozhoha
Igor Prozhoha

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

Related Questions