thenativeweb / node-cqrs-domain

Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
http://cqrs.js.org/pages/domain.html
MIT License
269 stars 57 forks source link

add option to add custom structureLoader implementation #125

Closed nanov closed 6 years ago

nanov commented 6 years ago

Adding the ability to provide custom structureLoader.

We are developing a high-level on-top project to provide an alternative more compact way to define Domains, Sagas and Denormalisers.