I have Django/Python backend: how to implement Message Broker and Message Que?

Viewed 15

I have Django/Python backend and Flutter/Dart frontend: what do I need to build module when a buyer makes an order to be broadcasted to many vendors in the vicinity, the first responder gets the order, similar to ride-hailing apps? Are Message Broker and Message Que applicable for this scenario? Any tutorial will be helpful.

0 Answers
Related