Node-cqrs-sample-With-UnitOfWork is a node.js module based on node-cqrs-domain. This is an extenstion of cqrs-sample created by adrai ( https://github.com/adrai/cqrs-sample )
No npm package is available currently
Sample has mongodb for eventstore, and denormalized store is in SQL.
This sample is extended with UOW implementation and also has DomainExceptions raised.