Skip to content

Experiements in decentralized social networking over WebRTC

Notifications You must be signed in to change notification settings

jtremback/Social-RTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social-RTC

Experiments in social networking over WebRTC, using:

Note: This is a proof of concept and exploration rather than a stable, production ready application. Use at your own risk, the code has gremlins that often jump out at you - I'll blame JS instead of my lackluster JS knowledge :)

You can see a running demo at: http://dev.estate/Social-RTC/index.html

Running

Make sure you have NodeJS installed first.

1. Install PeerServer globally

sudo npm install peer -g

Sometimes requires root access

2. Clone the repo

git clone https://github.com/ummjackson/Social-RTC.git

3. Run PeerServer locally

node server.js

4. Fire up the app

open index.html

What's Working?

  • Simple connection brokering based on hashes of public keys
  • Post propagation across WebRTC with feed GUI implemented

About

Experiements in decentralized social networking over WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published