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

Made by Antonio Ramirez

hypercore-default-storage

1.1.1

@mafintosh

npmHomeRepoSnykSocket
Downloads:242
$ npm install hypercore-default-storage
DailyWeeklyMonthlyYearly

hypercore-default-storage

Default storage provider used by Hypercore

npm install hypercore-default-storage

Usage

const defaultStorage = require('hypercore-default-storage')

const feed = hypercore(name => defaultStorage(name, { directory: 'feed' }))

API

storage = defaultStorage(name, [options])

Makes a new random-access-storage provider using the random-access-file module.

If making a bitfield file that file will be locked to avoid parallel writers.

License

MIT