diff options
author | Edward D <ed.kickball@hotmail.com> | 2016-02-10 00:26:19 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-02-10 00:26:19 +0000 |
commit | 03ba1c96e80fc74ccb74303ce7340d0a91120546 (patch) | |
tree | bfbf9e0cdb51e3f2af49a7cc2b7d542e2261a6b6 | |
parent | Merge pull request #437 from jchampemont/master (diff) | |
parent | Add Friends (diff) | |
download | awesome-selfhosted-03ba1c96e80fc74ccb74303ce7340d0a91120546.tar.gz awesome-selfhosted-03ba1c96e80fc74ccb74303ce7340d0a91120546.zip |
Merge pull request #441 from dogancelik/patch-1
Add Friends
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -247,6 +247,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP ### Custom * [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)) `GPLv2` `Java` + * [Friends](http://moose-team.github.io/friends/) - P2P chat powered by the web. ([Source Code](https://github.com/moose-team/friends)) `MIT` `Nodejs` * [GNUNet](https://gnunet.org/) - Free software framework for decentralized, peer-to-peer networking `GPLv3` `C/Java` * [Jitsi Meet](https://jitsi.org/Projects/JitsiMeet) - Jitsi Meet is an OpenSource (MIT) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences. `MIT ` `JavaScript` * [Jitsi Video Bridge](https://jitsi.org/Projects/JitsiVideobridge) - WebRTC compatible Selective Forwarding Unit (SFU) that allows for multiuser video communication. `Apache` `Java` |