-
vanstabholme
Why is Matrix so much more popular among people than XMPP, if Matrix is so incredibly slow?
-
vanstabholme
I wanted to make my own messaging server for fun, and when I was scouring the internet I remembered about XMPP and decided to give it a try. It seems so much more faster and snappier, and the ecosystem is, from what I've heard, more mature and extensible
-
Kris
it is mostly a false impression you get from Matrix being more focussed on public chat.
-
Kris
and of course matrix spending much more on events and other promotional efforts
-
Kris
in total users it is probably not much different
-
Kris
(that said, both are rather niche and not much used)
-
Kris
I run a community that supports XMPP, IRC and Matrix, and without specific advertisement or push in one direction the user number are about equal between the three.
-
Kris
initially I also thought Matrix would be over-represented.
-
vanstabholme
I wanna make a messaging server for a college project, would you recommend going with XMPP or Matrix? I really miss Matrix's Spaces on XMPP
-
Kris
hard to say. Spaces are somewhat work in progress for https://movim.eu but it will probably take a few more months for them to be ready.
-
Kris
maybe get a few people together and have them try the options first to see what they think?
-
Kris
there are also some nice non-federated chat server options like Stout (former Revolt), Zulip, Rocketchat and so on. For a small chat server for a university project they are probably also suitable.
-
Kris
The Discourse forums also include a workable chat option these days.
-
vanstabholme
I actually forgot that Zulip existed. Is it mature?
-
vanstabholme
I once made an account in it to chat about Clojure
-
Kris
yeah it is pretty solid, but more of an chat/email hybrid
-
Kris
UI wise, it doesn't use email as a protocol or so.
-
Kris
speaking of email, DeltaChat is also quite nice for small groups.
-
vanstabholme
I want it to scale to 1000 users, so performance is rather important part here (I won't be able to afford a 12 core 32 GB system). So far XMPP seems to be the best option so far