Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita commented on issue lavina/lavina#32 2024-05-10 20:03:17 +00:00
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…

nikita commented on pull request lavina/lavina#61 2024-05-10 16:28:57 +00:00
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…

nikita pushed to cluster at nikita/lavina 2024-05-10 14:00:29 +00:00
nikita pushed to cluster at nikita/lavina 2024-05-10 13:52:05 +00:00
nikita pushed to cluster at nikita/lavina 2024-05-10 13:47:48 +00:00
nikita pushed to cluster at nikita/lavina 2024-05-10 13:43:30 +00:00
65dc59a8b5 default config
Compare 2 commits »
nikita deleted branch xmpp-tests from nikita/lavina 2024-05-10 13:36:39 +00:00
nikita closed pull request lavina/lavina#63 2024-05-10 13:36:27 +00:00
WIP: xmpp test example
nikita pushed to cluster at nikita/lavina 2024-05-10 13:35:58 +00:00
cb958c1e65 Merge branch 'refs/heads/main' into cluster
3b454ad7cd xmpp: unit-tests for resource bind it and muc presence
5512a74999 Check if user is a member before inserting a membership (#62)
Compare 4 commits »
nikita pushed to main at lavina/lavina 2024-05-10 13:35:36 +00:00
3b454ad7cd xmpp: unit-tests for resource bind it and muc presence
nikita merged pull request lavina/lavina#64 2024-05-10 13:35:35 +00:00
fix/check-if-member
nikita pushed to cluster at nikita/lavina 2024-05-10 13:23:05 +00:00
nikita pushed to cluster at nikita/lavina 2024-05-10 13:12:38 +00:00
23a59bc303 broadcasting
Compare 2 commits »
nikita opened issue lavina/lavina#65 2024-05-10 09:27:02 +00:00
IRC keepalive pings
nikita pushed to main at lavina/lavina 2024-05-08 22:10:35 +00:00
5512a74999 Check if user is a member before inserting a membership (#62)
nikita merged pull request lavina/lavina#62 2024-05-08 22:10:33 +00:00
Check if user is member
nikita pushed to cluster at nikita/lavina 2024-05-08 17:05:00 +00:00
486bc17ec5 sass
nikita pushed to xmpp-tests at nikita/lavina 2024-05-07 20:04:38 +00:00
53775fe8da new version
nikita created pull request lavina/lavina#63 2024-05-07 19:41:56 +00:00
WIP: xmpp test example
nikita created branch xmpp-tests in nikita/lavina 2024-05-07 19:41:45 +00:00