diff options
author | nodiscc <nodiscc@gmail.com> | 2020-12-16 18:03:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 18:03:57 +0000 |
commit | fe0d69f505bcd5e808eeaec72f9b430458537097 (patch) | |
tree | c064c511666dfdf68ce7ec71d12f951f9931b776 | |
parent | Add Conduit to Custom communication systems (diff) | |
download | awesome-selfhosted-fe0d69f505bcd5e808eeaec72f9b430458537097.tar.gz awesome-selfhosted-fe0d69f505bcd5e808eeaec72f9b430458537097.zip |
update conduit description (powered by Matrix)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ _See https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementati - [Centrifugo](https://github.com/centrifugal/centrifugo) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo)) `MIT` `Go` - [Cherry](https://github.com/rafael-santiago/cherry) - Tiny webchat server. `GPL-2.0` `Go` -- [Conduit](https://conduit.rs/) - A simple, fast, and reliable chat server written in Rust. ([Source Code](https://gitlab.com/famedly/conduit)) `Apache-2.0` `Rust` +- [Conduit](https://conduit.rs/) - A simple, fast, and reliable chat server powered by Matrix. ([Source Code](https://gitlab.com/famedly/conduit)) `Apache-2.0` `Rust` - [Darkwire.io](https://darkwire.io/) - End-to-end encrypted instant web chat. ([Source Code](https://github.com/darkwire/darkwire.io)) `MIT` `Nodejs` - [Freenet](https://freenetproject.org/index.html) - Anonymously share files, browse and publish "freesites" (web sites accessible only through Freenet) and chat on forums. ([Source Code](https://github.com/freenet/fred)) `GPL-2.0` `Java` - [Friends](http://moose-team.github.io/friends/) - P2P chat powered by the web. ([Source Code](https://github.com/moose-team/friends)) `MIT` `Nodejs` |