I wanted to use your modules . . . and found that existing cqrs_sample is very old . . . so i ended up in upgrading your existing repository but it din't work :>)
Also i played / debugged your existing cqrs-sample . . . and now want to use latest libraries in production
Change List :
1 : updated cqrs-domain , cqrs-eventdenormalizer , viewmodel to latest
2 : corresponding to above 3 core modules i also updated configuration code in server.js
by referencing to nice documentation in each modules.
General doubt
1 : Was It the right way to upgrade your repository( means upgrading module and configuration code in server.js )
2 : Is it ok to use these modules in production . . or there are major updates yet to come .
Need Assistance in upgrading cqrs_sample
link to crqs-sample upgrade that i tried
Change List : 1 : updated cqrs-domain , cqrs-eventdenormalizer , viewmodel to latest 2 : corresponding to above 3 core modules i also updated configuration code in server.js by referencing to nice documentation in each modules.
General doubt 1 : Was It the right way to upgrade your repository( means upgrading module and configuration code in server.js ) 2 : Is it ok to use these modules in production . . or there are major updates yet to come .
Code doubt 1 : In domain/server.js file
code snippet from node-cqrs-domain documentation
In msgbus.js there is not emit function ..?
2 : In host/server.js file
code snippet from node-cqrs-eventdenormalizer documentation
In msgbus.js there is not emit function ..?
link to crqs-sample upgrade that i tried