a very cool, featureful fork of conduit
Find a file
2020-04-08 22:04:30 +02:00
src More dummy endpoints 2020-04-08 22:04:30 +02:00
.gitignore
Cargo.lock feat: random tokens, sessions, guest usernames and device ids 2020-04-08 22:04:29 +02:00
Cargo.toml feat: random tokens, sessions, guest usernames and device ids 2020-04-08 22:04:29 +02:00
README.md Update 'README.md' 2020-04-06 19:57:04 +02:00
Rocket.toml
rust-toolchain
rustfmt.toml

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
  • Riot web support