node-amqp icon indicating copy to clipboard operation
node-amqp copied to clipboard

amqp in a browser environment

Open rtubio opened this issue 9 years ago • 1 comments

Dear all,

I am currently developing a distributed application and I was thinking on using RabbitMQ in my server to handle all the communications. I have one web interface developed in AngularJS and I would like to connect it to a remote server throught RabbitMQ.

  1. Has anybody ever used this library within a browser environment?
  2. Do you know if anybody has ported (or, at least, tried to port) this library through Browserify to such an environment?
  3. If you have to use RabbitMQ from within your browser, do you know of any other library rather than this one to achieve that?

Thanks for your help, Ricardo.

rtubio avatar Dec 20 '15 17:12 rtubio

Did you get any solution for above ? In current project I have same requirement

krishnareddyML avatar Feb 17 '22 08:02 krishnareddyML