From 5e02d4afcf81fe1c365d4a0734ed89b18237d9d1 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Mon, 13 Mar 2017 15:46:19 +0000 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2bffaaa..b3d0736 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,3 @@ Dendrite is a Matrix Homeserver written in Go and designed with speed in mind. It is currently under heavy active development. For more of an introduction, see https://github.com/matrix-org/dendrite. -Dendrite uses Kafka and has a log-based architecture to communicate between components. Each component can run as a separate process on a separate machine. This wiki outlines the design and purpose of each component, as well as the general guidelines to follow when writing new components. \ No newline at end of file +Dendrite uses Kafka and has a log-based architecture to communicate between components. Each component can run as a separate process on a separate machine. This wiki outlines the general guidelines to follow when writing new components: for the design of a particular component, see its respective README file. \ No newline at end of file