v0.5
Pears is a temporary, collaborative peer-to-peer playlist.
To create a new space for you and your friends:
- Install Beaker Browser
- Go to dat://pears.seed.hex22.org/
- Click the three dots at the right part of the URL bar
- Click Make editable copy
- Give it a name and click Create copy
To join a space simply navigate to the dat://
URL you got from your friend, click on Join this space and follow the steps.
-
Currently, only
mp3
files can be streamed. Remember them? -
Please expect stability issues and bugs.
-
Streaming performance will vary depending on peer connections & locations
git clone https://github.com/as-dr/noname
npm install
npm run build
npm start
In Beaker create a new archive from the folder where you cloned the project. After the site's ready add the following lines to the dat.json
in order to enable the experimental datPeers
API:
"experimental": {
"apis": [
"datPeers"
]
}