Update README.md
This commit is contained in:
parent
3debb6203c
commit
af1def50ac
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -4,9 +4,9 @@
|
|||
[![Liberapay](https://img.shields.io/liberapay/receives/timokoesters?logo=liberapay)](https://liberapay.com/timokoesters)
|
||||
[![Matrix](https://img.shields.io/matrix/conduit:koesters.xyz?server_fqdn=matrix.koesters.xyz&logo=matrix)](https://matrix.to/#/#conduit:koesters.xyz)
|
||||
|
||||
#### Goals
|
||||
#### What is the goal
|
||||
|
||||
A Matrix Homeserver that's faster than others.
|
||||
A fast Matrix homeserver that's optimized for smaller, personal servers, instead of one server that has high scalability.
|
||||
|
||||
#### What is it build on?
|
||||
|
||||
|
@ -14,7 +14,7 @@ A Matrix Homeserver that's faster than others.
|
|||
- [Sled](https://github.com/spacejam/sled): A simple (key, value) database with good performance
|
||||
- [Rocket](https://rocket.rs): A flexible web framework
|
||||
|
||||
#### Roadmap
|
||||
#### What are the next steps?
|
||||
|
||||
- [x] Register, login, authentication tokens
|
||||
- [x] Create room messages
|
||||
|
@ -31,6 +31,10 @@ A Matrix Homeserver that's faster than others.
|
|||
- [ ] Basic federation
|
||||
- [ ] State resolution
|
||||
|
||||
#### How can I contribute?
|
||||
|
||||
The best way to find something to work on is by joining the #conduit:koesters.xyz Matrix room and asking.
|
||||
|
||||
#### Donate
|
||||
|
||||
Liberapay: <https://liberapay.com/timokoesters/>
|
||||
|
|
Loading…
Reference in a new issue