From fb0175f1996711651b87cc08f574ce03e8d6c5b5 Mon Sep 17 00:00:00 2001 From: kogeletey Date: Sat, 8 Apr 2023 16:19:26 +0300 Subject: [PATCH] feat: written about the matrix protocol and repositories,projects associated with it --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9a777..392b9f4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,34 @@ ## Навигация по wiki: 1. Ссылки, которые будут полезны новичкам -2. Продолдение wiki... +2. Продление wiki... ### Главные ссылки - [Исходный код ядра линукс с первого коммита](https://gitlab.com/init-6/linux) + +## [matrix](https://matrix.org/) + +Федеративный протокол позволяющий нам общаться + +- [host: matrix client](https://matrix-client.matrix.org) +- [client: element](https://app.element.io/) + - [github: vector-im/element-web: A glossy Matrix collaboration client for the web.](https://github.com/vector-im/element-web) + - programming lang: TypeScript + - license: Apache-2.0 + - [github-android: vector-im/element-android: A glossy Matrix collaboration client for Android.](https://github.com/vector-im/element-android) + - programming lang: Kotlin + - license: Apache-2.0 + - [alternative instance: nope.chat](https://nope.chat/) +- [client: Famedly / FluffyChat · GitLab](https://gitlab.com/famedly/fluffychat) + - programming lang: Dart + - license: AGPL-3.0 +- [homeserver: matrix-org/dendrite: Dendrite is a second-generation Matrix homeserver written in Go!](https://github.com/matrix-org/dendrite) + - programming lang: Go + - license: Apache-2.0 +- [homeserver: Conduit - Your own chat server](https://conduit.rs/) + - [gitlab: Famedly / Conduit](https://gitlab.com/famedly/conduit) + - programming lang: Rust + - license: Apache-2.0 +- [homeserver: Synapse - homeserver written in Python/Twisted.](https://github.com/matrix-org/synapse) + - programming lang: Python + - license: Apache-2.0