diff --git a/README.md b/README.md index d512007..21429c9 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,16 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Matrix homeserver of second generation +Dendrite is a second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse: -**Shipped version:** 0.4.1~ynh1 +### Features + +- Efficient: A small memory footprint with better baseline performance than an out-of-the-box Synapse. +- Reliable: Implements the Matrix specification as written, using the same test suite as Synapse as well as a brand new Go test suite. +- Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. + + +**Shipped version:** 0.5.0~ynh1 diff --git a/README_fr.md b/README_fr.md index ee31f88..bdfed09 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,9 +11,16 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Serveur Matrix de seconde génération +Dendrite is a second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse: -**Version incluse :** 0.4.1~ynh1 +### Features + +- Efficient: A small memory footprint with better baseline performance than an out-of-the-box Synapse. +- Reliable: Implements the Matrix specification as written, using the same test suite as Synapse as well as a brand new Go test suite. +- Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. + + +**Version incluse :** 0.5.0~ynh1