Pinned Repositories
pull-level
pull-stream interface to levelup
pull-pushable
a pull-stream with a pushable interface
pull-stream
minimal streams
pull-stream-docs
source code to aggregate pull stream ecosystem docs
pull-stream-examples
pull-stream-faq
pull-stream-to-stream
turn a pull-stream into a regular node stream
pull-stream-workshop
self-guided workshop to learn pull-streams
pull-ws
Simple pull-streams for websocket client and server connections
stream-to-pull-stream
convert a node stream (classic or new) into a pull-stream
pull-stream's Repositories
pull-stream/pull-stream-faq
pull-stream/pull-ws-server
create pull stream websocket servers and clients
pull-stream/pull-cat
concatenate pull-streams
pull-stream/pull-window
aggregate a pull-stream into windows (sliding, tumbling, etc)
pull-stream/pull-redux
use redux as a through pull stream
pull-stream/pull-cache
cache a pull-stream
pull-stream/pull-http-server
create http servers in pull streamy ways
pull-stream/pull-through
through ported to pull-stream style
pull-stream/pull-write
base class for creating generic pull-sinks that write to some device via an async call
pull-stream/pull-cont
pull-stream/pull-live
create a pull-stream for sources that may be real time
pull-stream/pull-pair
a pair of {source, sink} streams that are internally connected (what goes into the sink comes out the source)
pull-stream/pull-abortable
a pull-stream that may be aborted from the outside
pull-stream/pull-pairs
pull stream every pair of values through a function.
pull-stream/pull-stringify
JSON.stringify as pull stream
pull-stream/pull-zip
combine N streams into N length tuples
pull-stream/pull-concat
concatenate a stream of buffers into a single buffer
pull-stream/pull
pipe many pull streams into a pipeline
pull-stream/pull-css
Parse CSS into ASTs through a pull stream, or vice versa.
pull-stream/pull-peek
through stream that grabs the first item asap
pull-stream/pull-tee
feed a pull-stream into multiple sinks
pull-stream/pull-traverse
traverse a pull stream { depth, width, leaf } -first
pull-stream/pull-utf8-decoder
take a stream of buffers and output a stream of valid strings
pull-stream/pull-watch
watch files with pull streams
pull-stream/map
[].map for pull streams