python-socketio with rabbitmq #827
Replies: 2 comments 2 replies
-
The docs at python-socketio.readthedocs.io offer guidance on this: AioPika¶ pip install aio_pika mgr = socketio.AsyncAioPikaManager('amqp://') Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
@flyyabelle the integration with RabbitMQ has to be in your application. You will have to listen for messages in your RabbitMQ queue and then emit them to your Socket.IO client(s). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to know how to send msg that from rabbitmq to client with python socketio
I have a server with python socketio, emit msg to client .the msg is from rabbitmq comsumer
Beta Was this translation helpful? Give feedback.
All reactions