postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

amqp in a browser environment #415

Open rtubio opened 8 years ago

rtubio commented 8 years ago

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.

krishnareddyML commented 2 years ago

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