feat: written about the matrix protocol and repositories,projects associated with it

This commit is contained in:
Konrad Geletey 2023-04-08 16:19:26 +03:00
parent a99c56dbcf
commit fb0175f199
Signed by: kglt
GPG key ID: 386DEE24B60BD996

View file

@ -5,7 +5,34 @@
## Навигация по wiki: ## Навигация по wiki:
1. Ссылки, которые будут полезны новичкам 1. Ссылки, которые будут полезны новичкам
2. Продолдение wiki... 2. Продление wiki...
### Главные ссылки ### Главные ссылки
- [Исходный код ядра линукс с первого коммита](https://gitlab.com/init-6/linux) - [Исходный код ядра линукс с первого коммита](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