Overview
The web platform is constantly evolving, and with it new tools are being introduced. When it comes to processing large amounts of data, streams on the server have been super helpful. Now we are finally getting some of that power in the browser!
Ryan will look at the history of streams, and how they can help us build on top of the web platform!
Objective
Learn about the history of streams and how we can leverage them!
Target Audience
You are a JavaScript developer of any skill level.
Five Things Audience Members Will Learn
- What are streams
- A history of streams
- Streams in Unix
- Streams in Node
- Streams in the browser