stream-browserify
Last updated
Last updated
the stream module from node core, for browsers!
Consult the node core documentation on streams.
With npm do:
but if you are using browserify you will get this module automatically when you do require('stream')
.
MIT