1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-10-01 01:28:53 +02:00
conduit/README.md
2020-04-08 22:07:31 +02:00

26 lines
716 B
Markdown

# Matrix Homeserver in Rust
#### Goals
A Matrix Homeserver that's faster than others.
#### What is it build on?
- [Ruma](https://www.ruma.io): Useful structures for endpoint requests and responses that can be (de)serialized
- [Sled](https://github.com/spacejam/sled): A simple (key, value) database with good performance
- [Rocket](https://rocket.rs): A flexible web framework
#### Roadmap
- [x] Register, login, authentication tokens
- [x] Create room messages
- [x] Sync room messages
- [x] Join rooms, lookup room ids
- [x] Basic Riot web support
- [ ] Riot room discovery
- [ ] Riot read receipts
- [ ] Riot presence
- [ ] Proper room creation
- [ ] Riot E2EE
- [ ] Basic federation
- [ ] State resolution