Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 624 Bytes

Readme.md

File metadata and controls

11 lines (6 loc) · 624 Bytes

Moliere the Scala API for DDS

Build Status

Moliere is a highly idiomatic Scala API for DDS. It leverage Scala's support for dependency injection (namely implicits) to simplify the creation of DDS entities.

Additionally, it implements some common abstractions such as soft-state, hard-state and events so to further simplify the use of DDS.

Code Examples

To learn how to use Moliere's Scala API refer to the moliere-demo project which contains plenty of examples.