https://github.com/switz/stream10
Core nodejs v0.10 `stream` module clone, to allow derbyjs to run on node v0.8x
https://github.com/switz/stream10
Last synced: about 1 year ago
JSON representation
Core nodejs v0.10 `stream` module clone, to allow derbyjs to run on node v0.8x
- Host: GitHub
- URL: https://github.com/switz/stream10
- Owner: switz
- Created: 2013-06-06T22:00:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T22:01:54.000Z (about 13 years ago)
- Last Synced: 2025-04-14T20:16:37.315Z (about 1 year ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream10
Slightly modified nodejsv0.10 stream module, only require paths adjusted to refer to themselves not to the core stream one´s.
Allows running **codeparty/multiplayernotepad** (or maybe other apps) for derby.js to run **in node v0.8x** (derby 0.5+ is meant to run on node v0.10x)
## Installation
* Copy the `stream10` folder inside somewhere pointed by $NODE_PATH, e.g. /usr/local/lib/node_modules.
* Copy `grepDerby.sh` inside derby´s folder. If you instaled it with -g usually it may be in /usr/local/lib/node_modules/derby. WARNING, in this case it will change derby's source code for all your apps!
* Run `grepDerby.sh` to replace all `require('stream')` by `require('stream10')` in derbyjs source
## Related
http://blog.derbyjs.com/2013/06/04/derby-v0-dot-5-0/
## License
MIT of course