https://github.com/jaredly/rxvision
visualizer debugger for reactive streams
https://github.com/jaredly/rxvision
Last synced: about 1 year ago
JSON representation
visualizer debugger for reactive streams
- Host: GitHub
- URL: https://github.com/jaredly/rxvision
- Owner: jaredly
- Created: 2015-03-04T20:52:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T18:01:05.000Z (over 9 years ago)
- Last Synced: 2025-03-29T17:26:00.854Z (about 1 year ago)
- Language: HTML
- Homepage: http://jaredly.github.io/rxvision/
- Size: 2.68 MB
- Stars: 426
- Watchers: 16
- Forks: 31
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
**Maintenance status:** low. I'm not currently using this or RxJS, but I'm happy to review & merge pull requests if you want to make improvements.
-----
**Completion status:** Prototype. I got something working that worked well for demos, but wasn't really sufficient for large app-sized use cases. It also hasn't been updated to the latest versions of RxJS.
-----
# Take off the blindfold
[](https://gitter.im/jaredly/rxvision?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
It's easier to understand what's happening if you can look at it.
`rxvision` is a tool to visualize and debug your RxJS reactive streams.
[](https://jaredly.github.io/rxvision)
# The Demo [(see it live)](https://jaredly.github.io/rxvision)
You'll need `webpack` installed globally (`npm install -g webpack`).
```
npm install
webpack
```
Then you need to run a static server (so ajax will work in the demo). I use
`http-server` (`npm install -g http-server`):
```
http-server -p 4321
```
then open http://localhost:4321/examples/gh-follow/index.html in a browser.
# Usage
Check out the `gh-follow` source, or play with the playground [here](http://jaredly.github.io/rxvision/examples/playground/).