hackervera / pull-stream-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pull-stream-examples

this is a short introduction to pull-streams.

Start with pull.js, which covers the basics.

compose.js explores the power of composing pull streams together.

Also look at buffering.js to learn how to create pull streams that can return multiple values using buffering, like node streams.

Then see duplex.js, to turn node streams into pull streams and create very simple server.

License

MIT

About

License:MIT License


Languages

Language:JavaScript 100.0%