0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-12-13 19:53:14 +01:00

Updated Home (markdown)

Kegsay 2017-03-13 15:46:39 +00:00
parent 5e02d4afcf
commit 5ff4845ebd

@ -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 general guidelines to follow when writing new components: for the design of a particular component, see its respective README 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 more information on the design of a particular component, see its respective README file.