Skip to content

Commit

Permalink
Update trixnity.mdx (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuly authored May 20, 2022
1 parent 7cf41aa commit 1b46000
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gatsby/content/projects/sdks/trixnity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ categories:
- sdk
description: Multiplatform Matrix SDK written in Kotlin.
author: Trixnity Team
home: https://gitlab.com/benkuly/trixnity
home: https://gitlab.com/trixnity/trixnity
language: Kotlin
featured: true
e2e: "Yes"
license: AGPL-3.0-or-later
# pick your license from https://spdx.org/licenses/
repo: https://gitlab.com/benkuly/trixnity
repo: https://gitlab.com/trixnity/trixnity
room: "#trixnity:imbitbu.de" # nb the quotes are needed as rooms start with #
#thumbnail: /docs/projects/images/upload-a-thumbnail-image-to-the-images-subfolder.png
#screenshot: /docs/projects/images/upload-a-bigger-image-for-your-project-page-to-the-images-subfolder.png
maturity: Beta # Options are: Released, Stable, Late Beta, Beta, Early Beta, Late Alpha, Alpha, Early Alpha, or Not actively maintained
---

[Trixnity](https://gitlab.com/benkuly/trixnity) is a multiplatform Matrix SDK written in Kotlin.
You can write clients, bots and appservices with it.
[Trixnity](https://gitlab.com/trixnity/trixnity) is a multiplatform Matrix SDK written in Kotlin.
You can write clients, bots, servers and appservices with it.
This SDK supports JVM/JS/Native as targets. [Ktor](https://github.com/ktorio/ktor) is used for the HTTP client/server and
[kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) for the serialization/deserialization.

Trixnity aims to be strongly typed, customizable and easy to use. You can register custom events and Trixnity will take
care, that you can send and receive that type.
care, that you can send and receive that type.

0 comments on commit 1b46000

Please sign in to comment.