1
|
# stream-browserify
|
2
|
|
3
|
the stream module from node core, for browsers!
|
4
|
|
5
|
[![build status](https://secure.travis-ci.org/browserify/stream-browserify.svg)](http://travis-ci.org/browserify/stream-browserify)
|
6
|
|
7
|
# methods
|
8
|
|
9
|
Consult the node core
|
10
|
[documentation on streams](http://nodejs.org/docs/latest/api/stream.html).
|
11
|
|
12
|
# install
|
13
|
|
14
|
With [npm](https://npmjs.org) do:
|
15
|
|
16
|
```
|
17
|
npm install stream-browserify
|
18
|
```
|
19
|
|
20
|
but if you are using browserify you will get this module automatically when you
|
21
|
do `require('stream')`.
|
22
|
|
23
|
# license
|
24
|
|
25
|
MIT
|