Showcases

TodoMVC

TodoMVC

A case study that implements the popular TodoMVC application (an application to maintain a simple todolist), that is implemented in many web frameworks to compare them.

Try Try
Reactive Debugging

Reactive Debugging

The reactive style requires a paradigm shift in the concepts needed for debugging, from imperative debugging to declarative debugging. Reactive Inspector is a such a debugger integrated with the Eclipse Scala IDE. It provides a number of features including visualizing reactive trees, back-in-time debugging, interactive queries of the graph, node breackpoiting and profiling.

Website Website
RESwing Case Studies

RESwing Case Studies

A GUI library based on the Swing Java library which provides bindings for REScala i.e., the widgets expose reactive abstractions (signals and events) to the rest of the application. RESwing has multiple case studies including a shape drawing application, a RSS reader, a texteditor, and a small turn based game.

On Github On Github