npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

torrent-memory-storage

1.0.0

@mafintosh

npmHomeRepoSnykSocket
Downloads:107
$ npm install torrent-memory-storage
DailyWeeklyMonthlyYearly

torrent-memory-storage

torrent-stream storage that stores pieces in memory

npm install torrent-memory-storage

Usage

var torrents = require('torrent-stream')
var mem = require('torrent-memory-storage')
var engine = torrents('magnet:some-magnet-link', {
  storage: mem
})

License

MIT