hypercore-streams

1.0.1 • Public • Published

hypercore-streams

External implementation of a WriteStream and ReadStream for Hypercore

npm install hypercore-streams

Usage

const { WriteStream, ReadStream } = require('hypercore-streams')

const ws = new WriteStream(feed)
const rs = new ReadStream(feed, {
  start: 0,
  live: true,
  valueEncoding: 'json'
})

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i hypercore-streams

Weekly Downloads

157

Version

1.0.1

License

MIT

Unpacked Size

6.55 kB

Total Files

5

Last publish

Collaborators

  • mafintosh