1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-04 18:58:34 +02:00
conduit/README.md

19 lines
527 B
Markdown
Raw Normal View History

2020-04-03 17:53:06 +02:00
# 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
- [ ] Create room messages
- [ ] Sync room messages
- [ ] Join rooms, lookup room ids