-
Add all the messages that need to be sent from the Client to the Server.
- UpdatePlayerAction
- Player Id?
- NewPlayerName
- Player Status (Spectating, Active)
- StartGameAction
…
-
Potential inspiration:
![img_20180324_103534](https://user-images.githubusercontent.com/65587/37919259-b25e22d4-3123-11e8-83cd-a1410bb2e72e.jpg)
-
https://www.ramostear.com/post/2019/12/02/lu6ar8ea.html
CQRS(Command Query Responsibility Segregation)是一种简单的设计模式。它衍生与CQS,即命令和查询分离,CQS是由Bertrand Meyer所设计。
-
'VO'를 'DTO'의 의미로써 쓰는것을 지향하는 배경은 아래와 같습니다.
----
getter/setter만 있는, 값을 실어나르는 VO라고 칭하는 사람이 있는데 이는 DTO로 칭하는 것이 혼란의 여지가 적습니다. Core J2EE Patterns 라는 책의 초판에서 그 의미로 VO가 정의되어 있었지만, 혼동의 여지가 있어서 2판부터는 TO(T…
-
This is just a FYI of a consideration I am making currently about how to implement User Management.
The article series advises to go with straightforward CRUD to implement user management. This is …
-
Short answer : no
> It is possible to do Aggregates without doing Event Sourcing and to do Event Sourcing without doing Aggregates - and it may be that the latter is a better fit if you find most o…
-
-
Marcelo that was there on the last meetup contacted us suggesting a new meeting for the mid of May
and talk about their practical experience they had with Event Storming.
Possible talks:
1. **Eve…
-
Hi,
thank you for this great starter repository and for the series of blog articles! I'm still finding my way how to best structure a DDD/CQRS project and your content is really helpful for that.
…
-
I am investigating [viable options for running NodeJS on Android](https://stackoverflow.com/a/45649995/8295283) and then [combining React Native and NodeJS in single fat client Android app using Realm…