Slide 21
Slide 21 text
Everything is a Stream
Browserify is built atop a labeled pipeline,
configurable a runtime, that is a stream.
From entry to output, files are represented as rows
streamed on this pipeline.
This pipeline is also how plugins can modify
Browserify behavior.