ssbc / patchwork
- суббота, 8 апреля 2017 г. в 03:12:05
JavaScript
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
It's better than email because:
It's better than twitter and facebook because:
In order to gossip outside your local network, you'll need to connect to a Pub.
You can find an invite to an available pub at the Pub servers registry.
Get an invite, then in patchwork
: click "+ Join Pub" and paste the invite code.
This will cause you to follow the Pub and vise versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes.
Download installers for Windows, macOS and Linux from patchwork/releases
Or you can build from source with node and npm installed:
$ git clone https://github.com/ssbc/patchwork
$ cd patchwork
$ npm install
$ npm start
On Linux you'll need some more dependencies. On Debian:
sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev g++ m4 automake libtool