Stream Into the Future (NodeJS Streams)

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=aTEDCotcn20



Duration: 33:32
40,901 views
961


There was a time when Node.js streams were all the rage but over time the Node.js Core Streams codebase became extremely complex and hard to understand. Worse still, WHATWG introduced an API for browser Streams. The two Streams API’s are incompatible with each other and both are complex and leaky abstractions. In this talk, a Node.js Core Streams maintainer presents a stream-less future by demonstrating how to use pure JavaScript: Async Iterators and Generators can give us everything Streams can while being completely cross-platform and highly performant.


EVENT:
NodeJS Interactive 2019


SPEAKER:
Matteo Collina, NearForm


PUBLICATION PERMISSIONS:
The Linux Foundation provided Coding Tech with the permission to republish NodeJS Interactive videos.


CREDITS:
Original video source: https://www.youtube.com/watch?v=dEFdt_6fW-0


****
INTERESTED IN THE STOCK MARKET?
I developed a profitable trading model that generates high probability BUY & SELL signals on S&P500. To learn about it, visit https://yuriymatso.com/sp500-model/







Tags:
node.js
nodejs
streams
javascript