0.0.1-alpha13 • Published 9 years ago

zeronet-fileserver v0.0.1-alpha13

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
9 years ago

ZeroNet FileServer

ZeroNet protocol definitions for the fileserver-api


This module uses pull-streams

We expose a streaming interface based on pull-streams, rather then on the Node.js core streams implementation (aka Node.js streams). pull-streams offers us a better mechanism for error handling and flow control guarantees.

You can learn more about pull-streams at:

Converting pull-streams to Node.js Streams

If you are a Node.js streams user, you can convert a pull-stream to a Node.js stream using the module pull-stream-to-stream, giving you an instance of a Node.js stream that is linked to the pull-stream. For example:

const pullToStream = require('pull-stream-to-stream')

const nodeStreamInstance = pullToStream(pullStreamInstance)
// nodeStreamInstance is an instance of a Node.js Stream

To learn more about this utility, visit https://pull-stream.github.io/#pull-stream-to-stream.


ZeroNetJS is developed independently from ZeroNet

Docs are autogenerated by a script

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.1-alpha18

8 years ago

0.0.1-alpha17

9 years ago

0.0.1-alpha16

9 years ago

0.0.1-alpha15

9 years ago

0.0.1-alpha14

9 years ago

0.0.1-alpha13

9 years ago

0.0.1-alpha12

9 years ago

0.0.1-alpha10

9 years ago

0.0.1-alpha9

9 years ago