From dde3c8e4b854fe8d46f640a8eeb9237b14334310 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 2 May 2017 22:58:09 +0100 Subject: [PATCH] add dendrite --- supporting-docs/projects/2016-01-13-dendron.md | 8 +++----- supporting-docs/projects/2017-05-02-dendrite.md | 12 ++++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 supporting-docs/projects/2017-05-02-dendrite.md diff --git a/supporting-docs/projects/2016-01-13-dendron.md b/supporting-docs/projects/2016-01-13-dendron.md index 6dad51cb..1fe31360 100644 --- a/supporting-docs/projects/2016-01-13-dendron.md +++ b/supporting-docs/projects/2016-01-13-dendron.md @@ -3,12 +3,10 @@ layout: project title: Dendron categories: projects server author: Matrix.org team -maturity: Beta +maturity: Obsolete --- # {{ page.title }} -Dendron is a Matrix homeserver written in Go. +Dendron was the start of an experimental Matrix homeserver written in Go, built as a 'strangler pattern' implementation on top of Synapse. It was discontinued in favour of Dendrite. -Rather than write a Matrix homeserver from scratch, Dendron acts as a proxy for an existing homeserver Synapse written in python. This means that it can be already be used as a fully-featured homeserver. - -Check it out on [github](https://github.com/matrix-org/dendron)! +The code lives on at [github](https://github.com/matrix-org/dendron)! diff --git a/supporting-docs/projects/2017-05-02-dendrite.md b/supporting-docs/projects/2017-05-02-dendrite.md new file mode 100644 index 00000000..8346ac3b --- /dev/null +++ b/supporting-docs/projects/2017-05-02-dendrite.md @@ -0,0 +1,12 @@ +--- +layout: project +title: Dendrite +categories: projects server +author: Matrix.org team +maturity: Alpha +--- + +# {{ page.title }} +Dendrite (aka 'Dendron done Right') is a next-generation homeserver written in Golang, implemented in a highly horizontally scalable manner using modular components connected via append only logs. + +Find the code at [github](https://github.com/matrix-org/dendrite)!