diff options
author | Stephen Smith <stephen304@gmail.com> | 2020-12-01 23:36:11 +0000 |
---|---|---|
committer | Stephen Smith <stephen304@gmail.com> | 2020-12-06 17:53:46 +0000 |
commit | 464cab3d0405c0906fb5c7333ab6dbb72e8b7971 (patch) | |
tree | 2638dc5dc6eac49360ba1945697cbf84c37fdb00 | |
parent | Merge pull request #2306 from visika/patch-1 (diff) | |
download | awesome-selfhosted-464cab3d0405c0906fb5c7333ab6dbb72e8b7971.tar.gz awesome-selfhosted-464cab3d0405c0906fb5c7333ab6dbb72e8b7971.zip |
Add Conduit to Custom communication systems
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -248,6 +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` - [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` |