aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2021-01-31 15:36:07 +0000
committerGitHub <noreply@github.com>2021-01-31 15:36:07 +0000
commita83f011d44bf3987317688ca080baeac26e0a7b0 (patch)
treee8258b68d0ba9e1ade57f85face33a856257cb22
parentMerge pull request #2351 from bigint/master (diff)
parentAdded BluetoothCommunicatorExample to Communication systems / Custom communic... (diff)
downloadawesome-selfhosted-a83f011d44bf3987317688ca080baeac26e0a7b0.tar.gz
awesome-selfhosted-a83f011d44bf3987317688ca080baeac26e0a7b0.zip
Merge pull request #2373 from niedev/master
Add BluetoothCommunicatorExample to Communication systems / Custom communication systems
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f50dbceb..bb5bd79d 100644
--- a/README.md
+++ b/README.md
@@ -248,6 +248,7 @@ _See https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementati
### Custom communication systems
+- [BluetoothCommunicatorExample](https://github.com/niedev/BluetoothCommunicatorExample) - Bluetooth LE chat app to communicate between android devices with P2P architecture. ([Clients](https://github.com/niedev/RTranslator)) `Apache-2.0` `Java`
- [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 powered by Matrix. ([Source Code](https://gitlab.com/famedly/conduit)) `Apache-2.0` `Rust`