How do we get promises into Streams?
Once upon a time...
This is an interactive session!
We are going to work together on ideating some new APIs for Node.js
Divide yourself into groups of 3-5 people!
Work together for 15 minutes to brainstorm an API, and then post it to the issue: https://github.com/openjs-foundation/summit/issues/216
How we promisify Writable.write()?
Key constrains:
  1. highwaterMark support
  2. error handling
      
for await (let chunk of stream) {
  await ???
}
      
    
https://github.com/openjs-foundation/summit/issues/216
Recap
http.promises?
https://github.com/openjs-foundation/summit/issues/216
Recap
Thanks
@matteocollina