Hi, this is my old account.
I'm @tomasklaen now.
All of the repositories here are either deprecated, or maintained by someone else.
- Slovakia
Block or Report
Block or report darsain
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
# Better streaming interface for modern JavaScript
23Node streams have a lot of issues. Awkward to control backpressure, no error propagation, overcomplicated implementation impenetrable to any *view source* attempts, etc...
45To solve this, here is an implementation of [pull-streams](http://dominictarr.com/post/149248845122/pull-streams-pull-streams-are-a-very-simple) in modern JS, using promises, async iterators, and `for..await` loops.
-