Don't be so harsh with other homeserver implementations!

This commit is contained in:
Jordan Bancino 2022-09-06 12:02:10 -04:00
parent 1523794077
commit a8796e1bc6

View file

@ -577,14 +577,14 @@ on my list for that:
<p> <p>
I want a lightweight Matrix homeserver designed specifically for I want a lightweight Matrix homeserver designed specifically for
OpenBSD and other Unix-like operating systems. I want a homeserver OpenBSD and other Unix-like operating systems. I want a homeserver
that can be developed in <code>vi(1)</code> and compiled with the that can be developed and compiled with built-in tools. I want it
built-in C compiler. I want it to function entirely on a base OS to function entirely on a base OS
install without having to install any extra packages whatsoever. install without having to install any extra packages whatsoever.
I've found that as far as these priorities are concerned, the I've found that as far as these goals are concerned, the
existing homeserver implementations fall tremendously short. This existing homeserver implementations fall short. This
project aims to point out that existing homeserver implementations project aims to prove that Matrix homeservers can be lightweight and
are way over-engineered and written in such a way that many programs written in such a way that very few, if any, third-party libraries
and libraries have to be pulled in to use them. need to be pulled in.
</p> </p>
<p> <p>
I also want to learn how Matrix works, and I want to understand the I also want to learn how Matrix works, and I want to understand the