Fork of Conduit Rust matrix homeserver
 
 
 
 
Go to file
timokoesters f9cfede2a8
fix: deserialize sync event body
2020-04-03 21:17:27 +02:00
src fix: deserialize sync event body 2020-04-03 21:17:27 +02:00
.gitignore Initial commit 2020-02-15 22:42:21 +01:00
Cargo.lock fix: deserialize sync event body 2020-04-03 21:17:27 +02:00
Cargo.toml fix: deserialize sync event body 2020-04-03 21:17:27 +02:00
README.md Add README.md 2020-04-03 17:58:38 +02:00
Rocket.toml feat: save pdus 2020-04-03 17:58:38 +02:00
rust-toolchain Better database structure 2020-03-28 18:50:02 +01:00
rustfmt.toml Use sled::Tree::prefix_search for deviceids 2020-03-30 13:46:18 +02:00

README.md

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