Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged p2p  ✕
Introducing P2P Matrix | Matrix.org https://matrix.org/blog/2020/06/02/introducing-p-2-p-matrix
Thu Jun 4 09:36:59 2020 archive.org
QRCode
thumbnail
matrix riot p2p message
IPFS, Again - macwright.org https://macwright.org/2019/06/08/ipfs-again.html
Wed Jun 12 21:05:55 2019 archive.org
QRCode
thumbnail
ipfs p2p web decentralise
Dat Documentation - Browser Dat https://docs.datproject.org/browser
Tue Mar 27 21:25:55 2018 archive.org
QRCode
thumbnail

Sharing data

var dat = Dat()
dat.add(function (repo) {
var writer = repo.archive.createFileWriteStream('hello.txt')
writer.write('world')
writer.end(function () { replicate(repo.key) })
})

Downloading data

var Dat = require('dat-js')

var clone = Dat()
clone.add(key, function (repo) {
repo.archive.readFile('hello.txt', function (err, data) {
console.log(data.toString()) // prints 'world'
})
})

dat project p2p JS
Tribbler torrent et P2P all in one oO http://www.tribler.org/Download
Wed Feb 8 22:45:33 2012 archive.org
QRCode
thumbnail

Un logiciel Torrent qui fait tout en P2P ?

A tester !

torrent p2p tribbler
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn