https://github.com/roppa/my-stream-adventure
Going through the awesome stream adventure
https://github.com/roppa/my-stream-adventure
Last synced: about 1 year ago
JSON representation
Going through the awesome stream adventure
- Host: GitHub
- URL: https://github.com/roppa/my-stream-adventure
- Owner: roppa
- Created: 2016-10-09T22:19:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T22:20:41.000Z (over 9 years ago)
- Last Synced: 2025-02-14T18:36:29.152Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#The awesome stream adventure
Follow the [stream-adventure](https://github.com/substack/stream-adventure) installation instructions and then in a terminal run:
```
stream-adventure
```
The files are:
1. program.js
2. pipe.js
3. input-out.js
4. transform.js
5. lines.js
6. concat.js
7. http-server.js
8. http-client.js
9. websockets.js
10. html-strem.js
11. duplexer.js
12. duplexer-redux.js
13. combiner.js
14. crypt.js
Thanks @substack!