Hi,
I'm planning onan app where the user should be able to create its own chatroom (or you could call it gamerooms - but same same).
There could eventually be thousands of chatrooms.
Each chatroom will have unique attributes like topic, rules, max number of participants and so on.
So my questions is, if multiplexing like described here:
is the way to go?
Of course, I'm first thinking scalability...
/Stig