Mirror of conduit for easier access.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
timokoesters 215a31c513
Add a few dummy endpoints to make riot progress further
4 years ago
src Add a few dummy endpoints to make riot progress further 4 years ago
.gitignore Initial commit 4 years ago
Cargo.lock feat: random tokens, sessions, guest usernames and device ids 4 years ago
Cargo.toml feat: random tokens, sessions, guest usernames and device ids 4 years ago
README.md Update 'README.md' 4 years ago
Rocket.toml feat: save pdus 4 years ago
rust-toolchain Better database structure 4 years ago
rustfmt.toml Use sled::Tree::prefix_search for deviceids 4 years ago

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