From 2855d1acdf0dd4c5156d7bf6fab4afd80cb6b386 Mon Sep 17 00:00:00 2001 From: timokoesters Date: Fri, 3 Apr 2020 17:53:06 +0200 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..bda2435d --- /dev/null +++ b/README.md @@ -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