All Questions
Tagged with message-queue web-applications
2 questions
1
vote
0
answers
461
views
Do we really need a message brocker in WebSocket system?
I'm engineering architecture of a new web based software.
I've never worked on high-scale softwares before and I'm reading a lot about it.
To increase client-side speed and reduce load on servers, and ...
3
votes
1
answer
113
views
How to use Messagequeing in a distributed web application
I am curious for solutions to this problem:
Assume we are going to build an online-store. To better scale parts of the architecture, it is broken into independend subsystems. The typical scenario ...