diff options
author | nodiscc <nodiscc@gmail.com> | 2022-07-31 15:12:41 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2022-07-31 17:22:14 +0000 |
commit | 1767767acc2d9f9c45d717bd89f9453d33bd8ff4 (patch) | |
tree | 8ebaad8c6333d5964a7ba68c5b176c2d4510cb8f | |
parent | add description for caldav servers/clients categories (diff) | |
download | awesome-selfhosted-1767767acc2d9f9c45d717bd89f9453d33bd8ff4.tar.gz awesome-selfhosted-1767767acc2d9f9c45d717bd89f9453d33bd8ff4.zip |
add description for communication/custom communication systems
- https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2984
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -305,11 +305,15 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: **[`^ back to top ^`](#)** +[Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users. + ### Communication - Custom Communication Systems **[`^ back to top ^`](#)** +Communication software using their own custom procols. + - [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://centrifugal.dev/) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo), [Source Code](https://github.com/centrifugal/centrifugo)) `MIT` `Go` - [Chaskiq](https://chaskiq.io) - Full featured livechat, helpcenter and CRM as an alternative to Intercom & Drift, Crisp and others. ([Source Code](https://github.com/chaskiq/chaskiq)) `AGPL-3.0` `Ruby` |