|
|
|
|
|
by slashdotdash
3453 days ago
|
|
Pushing read model updates back to the client using a two way communication channel is one technical solution. I want to experiment with using Phoenix channels[1] to solve this. I think that has potential for easing the UI/UX concerns. You post a command from the web front-end and subscribe to receive updates for the read model you're looking at. Domain events can drive the client notification. [1] http://www.phoenixframework.org/docs/channels |
|