Add README.md

next
timokoesters 2020-04-03 17:53:06 +02:00
parent fa3226898c
commit 2855d1acdf
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 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