mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 12:10:50 +01:00
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)
|
[![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)
|
[![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?
|
#### 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
|
- [Sled](https://github.com/spacejam/sled): A simple (key, value) database with good performance
|
||||||
- [Rocket](https://rocket.rs): A flexible web framework
|
- [Rocket](https://rocket.rs): A flexible web framework
|
||||||
|
|
||||||
#### Roadmap
|
#### What are the next steps?
|
||||||
|
|
||||||
- [x] Register, login, authentication tokens
|
- [x] Register, login, authentication tokens
|
||||||
- [x] Create room messages
|
- [x] Create room messages
|
||||||
|
@ -31,6 +31,10 @@ A Matrix Homeserver that's faster than others.
|
||||||
- [ ] Basic federation
|
- [ ] Basic federation
|
||||||
- [ ] State resolution
|
- [ ] 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
|
#### Donate
|
||||||
|
|
||||||
Liberapay: <https://liberapay.com/timokoesters/>
|
Liberapay: <https://liberapay.com/timokoesters/>
|
||||||
|
|
Loading…
Reference in a new issue