matejlauko / rxvision

visualizer debugger for reactive streams

Home Page:http://jaredly.github.io/rxvision/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Join the chat at https://gitter.im/jaredly/rxvision

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.

screenshot

The Demo (see it live)

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.

About

visualizer debugger for reactive streams

http://jaredly.github.io/rxvision/


Languages

Language:HTML 49.8%Language:JavaScript 46.0%Language:CSS 3.0%Language:Makefile 1.2%