There are multiple ways of starting RxFiddle:
- In browser: using a editor you can write small samples, execute them in your browser, and share
them with your collegues.
- Attached: connect RxFiddle to your existing project using the provided instrumentation.
In Browser
Simply surf to
and you're good to go! For a quick demo or tutorial, view this video:
Attached
To run the attached version of RxFiddle first select your runtime:
- RxJS on Node: go to http://npmjs.org/package/rxfiddle
- RxJS in a Web application, using plain RxJS or using a framework like Angular: use the Chrome Extension, not implemented yet
- RxJava or RxScala on JVM: use the rxfiddle-jvm-collector not implemented yet, visit the project page: rxfiddle-jvm-collector
- RxJava on Android: use the rxfiddle-dalvik-collector not implemented yet, issue a Pull Request!
- RxSwift: use the rxfiddle-swift-collector not implemented yet, issue a Pull Request!
- Rx.NET: use the rxfiddle-dotnet-collector not implemented yet, issue a Pull Request!
- Other Rx language? Issue a Pull Request!