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