I’m looking for a frontend component that allows m...
# kvision
j
I’m looking for a frontend component that allows message-passing between modules but in a decoupled fashion (pub/sub model). Does KVision implement this? If not, are there known alternatives (before I roll my own)? Thanks!
r
I'm not sure I understand you correctly, but perhaps you just need to use coroutines flows?
j
Hum, let me look into that. I assume it is supported by the frontend, right?
r
Yes
j
Thanks for the pointer!