1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-02 16:18:18 +02:00
conduit/README.md
2020-04-03 17:58:38 +02:00

527 B

Matrix Homeserver in Rust

Goals

A Matrix Homeserver that's faster than others.

What is it build on?

  • Ruma: Useful structures for endpoint requests and responses that can be (de)serialized
  • Sled: A simple (key, value) database with good performance
  • Rocket: A flexible web framework

Roadmap

  • Register, login, authentication tokens
  • Create room messages
  • Sync room messages
  • Join rooms, lookup room ids