https://github.com/hackerkid/pluto
:moon: peer to peer decentralized social network
https://github.com/hackerkid/pluto
Last synced: about 1 year ago
JSON representation
:moon: peer to peer decentralized social network
- Host: GitHub
- URL: https://github.com/hackerkid/pluto
- Owner: hackerkid
- License: mit
- Created: 2015-11-03T16:03:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T09:30:53.000Z (almost 10 years ago)
- Last Synced: 2025-04-03T21:11:24.206Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 497 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Alpha** quality you probably only want to use this if you like to send pull requests fixing things :)
A detailed write-up on how Pluto works will be added to this repo in the near future. For now see the source code.
### Prerequisites
You'll need the newest [io.js](https://iojs.org) and npm (`>= 1.8.1`, `>= 2.8.3`)
You'll also need to install [Tox](https://github.com/irungentoo/toxcore) library.
### Build
Clone the sources locally:
```sh
$ git clone https://github.com/hackerkid/pluto
```
Install project dependencies:
```sh
$ cd pluto
$ npm install
```
## Usage
```sh
$ npm start
```