I
I
Igor2020-10-13 09:52:05
RabbitMQ
Igor, 2020-10-13 09:52:05

Chat using message queue?

Hello!

I have a stack:
1. The visual part of the chat is written in Vue (Browser, receiving and sending messages)
2. Raised the message queue (RabbitMQ)
3. Bot (NodeJS) it will receive and send messages.
4. php, mysql (I have to store messages somewhere)

Well, RabbitMQ is not really about the browser.
Do I understand correctly that I need to raise a separate node for relaying from the browser to Node (For example) ===> RabbitMQ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2020-10-13
@inoise

Yes, server logic must be present. And queues are used in chats when you have more than one server. And relational bases for chats do not apply

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question