Horizontal scalability
Step 1 – players and dialogs centralized, rooms distributed
All players are located on the same node. The client traffic is terminated on the same node
Rooms and their history could be…
scalability: initial support for remote rooms
I'm going full anti-RESTful and full pro-RPC here.
There will be only two HTTP verbs used: GET for read-only queries and POST for write commands (as in CQRS). I hope it will limit the amount of…
cb958c1e65
Merge branch 'refs/heads/main' into cluster
3b95f0cf9e
wip
3b454ad7cd
xmpp: unit-tests for resource bind it and muc presence
5512a74999
Check if user is a member before inserting a membership (#62)