215a31c513 | ||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
Rocket.toml | ||
rust-toolchain | ||
rustfmt.toml |
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