--- title: "DERA" description: "Dynamic Event-Driven Actors" link: https://github.com/htr3n/dera screenshot: dera.png date: '2018-06-21' layout: 'portfolio' --- This is a Java reference implementation of dynamic event-driven actors runtime aiming at providing adequate abstraction levels and mechanisms for modelling and developing (distributed) event-based systems. DERA leverages the intrinsic loose coupling of event-driven communication styles to support various kinds of _run-time evolution and adaptation_ (i.e., enabling run-time flexibility) while _minimizing the non-deterministic nature of traditional event-based applications_ (i.e., supporting formal analysis).