mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
---
|
|
layout: home
|
|
nav_exclude: true
|
|
---
|
|
|
|
# Dendrite
|
|
|
|
Dendrite is a second-generation Matrix homeserver written in Go! Following the microservice
|
|
architecture model, Dendrite is designed to be efficient, reliable and scalable. Despite being beta,
|
|
many Matrix features are already supported.
|
|
|
|
This site aims to include relevant documentation to help you to get started with and
|
|
run Dendrite. Check out the following sections:
|
|
|
|
* **[Installation](installation.md)** for building and deploying your own Dendrite homeserver
|
|
* **[Administration](administration.md)** for managing an existing Dendrite deployment
|
|
* **[Development](development.md)** for developing against Dendrite
|
|
|
|
You can also join us in our Matrix rooms dedicated to Dendrite, but please check first that
|
|
your question hasn't already been [answered in the FAQ](FAQ.md):
|
|
|
|
* **[#dendrite:matrix.org](https://matrix.to/#/#dendrite:matrix.org)** for general project discussion and support
|
|
* **[#dendrite-dev:matrix.org](https://matrix.to/#/#dendrite-dev:matrix.org)** for chat on Dendrite development specifically
|
|
* **[#dendrite-alerts:matrix.org](https://matrix.to/#/#dendrite-alerts:matrix.org)** for release notifications and other important announcements
|