diff options
author | AndrewCz <smacz42@users.noreply.github.com> | 2016-02-22 10:56:51 +0000 |
---|---|---|
committer | AndrewCz <smacz42@users.noreply.github.com> | 2016-02-22 10:56:51 +0000 |
commit | 756dc827c30cfd0178e16fce3c17c03ab897a889 (patch) | |
tree | 6851be13e29d6bfd4043fd8094729c6699d0b2a7 | |
parent | Merge pull request #464 from Kickball/cherry-music (diff) | |
download | awesome-selfhosted-756dc827c30cfd0178e16fce3c17c03ab897a889.tar.gz awesome-selfhosted-756dc827c30cfd0178e16fce3c17c03ab897a889.zip |
Added Tuber - Peer-to-peer video chat that works
https://blog.trailofbits.com/2015/12/15/self-hosted-video-chat-with-tuber/
https://github.com/trailofbits/tubertc/blob/master/LICENSE
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP * [TextBelt](https://github.com/typpo/textbelt) - An outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. ` ⚠ ` `MIT` `JavaScript` * [Tox](https://tox.chat/) - A distributed, secure messenger with audio and video chat capabilities. `GPLv3` `C` * [Zulip](https://zulip.org) - Zulip is a powerful, open source group chat application. ([Source Code](https://github.com/zulip/zulip))`Apache 2.0/Other` `Python/Django` + * [Tuber](https://blog.trailofbits.com/2015/12/15/self-hosted-video-chat-with-tuber/)Peer-to-peer video chat that works. ([Source Code](https://github.com/trailofbits/tubertc)) `MIT` `JavaScript` ### Social Networks and Forums |