diff options
author | niedev <luca.martino181@gmail.com> | 2021-01-12 13:26:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 13:26:43 +0000 |
commit | a3a8707f65b10b6978590bd48708e514644046d4 (patch) | |
tree | 7f4f546410808aad0ac63101605ed7f414b809a9 | |
parent | Merge pull request #2371 from FabioLolix/patch5 (diff) | |
download | awesome-selfhosted-a3a8707f65b10b6978590bd48708e514644046d4.tar.gz awesome-selfhosted-a3a8707f65b10b6978590bd48708e514644046d4.zip |
Added BluetoothCommunicatorExample to Communication systems / Custom communication systems
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -247,6 +247,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` |